Skip to content

Commit

Permalink
Rename settigns button on project create
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsiolis committed Sep 25, 2023
1 parent 93004e3 commit 93f1db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dashboard/src/projects/NewProject.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default function NewProject() {
<div className="mt-12 flex space-x-2">
<a href={`/projects/${Project.slug(project)}/settings`}>
<Button type="secondary" onClick={onNewWorkspace}>
Enable Prebuilds
Go to Project Settings
</Button>
</a>
<Button onClick={onNewWorkspace}>New Workspace</Button>
Expand Down

0 comments on commit 93f1db6

Please sign in to comment.