Skip to content

Commit

Permalink
fix: Use 'Import' instead of 'New' for import project button
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Apr 25, 2024
1 parent 5403cbd commit 3480e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const deleteProject = useDeleteProject();
class="shrink-0"
icon="i-heroicons-plus"
@click="createNewProject"
>New</UButton
>Import</UButton
>
</div>
<ClientOnly>
Expand Down

0 comments on commit 3480e1e

Please sign in to comment.