Skip to content

Commit

Permalink
Fix: Change new project button copy and text (#2870)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikehrn authored Sep 4, 2024
1 parent d011310 commit 3fc3225
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@
Projects are the place where your models and their versions live.
</h4>
<div class="flex flex-col items-center gap-2">
<FormButton v-if="!isGuest" class="shadow-lg" @click="$emit('create-project')">
Create a project
<FormButton
v-if="!isGuest"
color="outline"
class="shadow-lg"
@click="$emit('create-project')"
>
New project
</FormButton>
</div>
</div>
Expand Down

0 comments on commit 3fc3225

Please sign in to comment.