Skip to content

Commit 6981a07

Browse files
committed
fix: update contacts route title to 'All contacts'
1 parent 55bc9bf commit 6981a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/router/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const routes = [
3939
path: 'contacts',
4040
name: 'contacts',
4141
component: () => import('@/views/contact/ContactsView.vue'),
42-
meta: { title: 'Contacts' }
42+
meta: { title: 'All contacts' }
4343
},
4444
{
4545
path: 'contacts/:id',

0 commit comments

Comments
 (0)