Skip to content

Commit

Permalink
Rename settigns button on project create (#18791)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsiolis authored Sep 25, 2023
1 parent 14a21a7 commit f690f87
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 f690f87

Please sign in to comment.