summary refs log tree commit diff stats
path: root/client/src/views/Home.vue
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/views/Home.vue')
-rw-r--r--client/src/views/Home.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/views/Home.vue b/client/src/views/Home.vue
index 880c380..50952b0 100644
--- a/client/src/views/Home.vue
+++ b/client/src/views/Home.vue
@@ -19,8 +19,8 @@
       </div>
       <div class="col-12 md:col-4 lg:col-6 flex align-items-center
                   justify-content-center">
-        <router-link to="/new">
-          <Button label="New Smile" icon="pi pi-user-plus" iconPos="left" />
+        <router-link to="/create">
+          <Button label="Create Smiles" icon="pi pi-user-plus" />
         </router-link>
       </div>
     </div>