Skip to content

Commit 3480e1e

Browse files
committed
fix: Use 'Import' instead of 'New' for import project button
1 parent 5403cbd commit 3480e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/pages/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const deleteProject = useDeleteProject();
2424
class="shrink-0"
2525
icon="i-heroicons-plus"
2626
@click="createNewProject"
27-
>New</UButton
27+
>Import</UButton
2828
>
2929
</div>
3030
<ClientOnly>

0 commit comments

Comments
 (0)