We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a21a7 commit f690f87Copy full SHA for f690f87
components/dashboard/src/projects/NewProject.tsx
@@ -83,7 +83,7 @@ export default function NewProject() {
83
<div className="mt-12 flex space-x-2">
84
<a href={`/projects/${Project.slug(project)}/settings`}>
85
<Button type="secondary" onClick={onNewWorkspace}>
86
- Enable Prebuilds
+ Go to Project Settings
87
</Button>
88
</a>
89
<Button onClick={onNewWorkspace}>New Workspace</Button>
0 commit comments