Skip to content
Snippets Groups Projects
Commit 589390de authored by Endrizzi, Marco (UG - Comp Sci & Elec Eng)'s avatar Endrizzi, Marco (UG - Comp Sci & Elec Eng)
Browse files

Merge branch 'contact-us-routing' into 'master'

Contact page

See merge request me00531/group23_com2027!12
parents 8969db74 cf70db84
No related branches found
No related tags found
No related merge requests found
<template lang='pug'>
p test
</template>
\ No newline at end of file
......@@ -18,6 +18,7 @@ const routes = [
{ path: '/userinfo', component: () => import( 'pages/UserInfo.vue')},
{ path: '/settings', component: () => import( 'pages/Settings.vue')},
{ path: '/privacy', component: () => import( 'pages/Privacy.vue')},
{ path: '/contactus', component: () => import( 'pages/ContactUs.vue')},
// Always leave this as last one,
// but you can also remove it
{
......
......@@ -22,10 +22,10 @@ export default {
separator: false
},
{
icon: 'error',
label: 'Report a Problem',
icon: 'supervisor_account',
label: 'Contact Us',
color: 'red-6',
link: '',
link: '/ContactUs',
separator: false
},
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment