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

Merge branch 'SendFeedbackRouting' into 'master'

Send feedback routing

See merge request me00531/group23_com2027!15
parents d8b7d763 11d462bd
No related branches found
No related tags found
No related merge requests found
<template lang='pug'>
p Hello world
</template>
\ No newline at end of file
......@@ -19,6 +19,7 @@ const routes = [
{ path: '/settings', component: () => import( 'pages/Settings.vue')},
{ path: '/privacy', component: () => import( 'pages/Privacy.vue')},
{ path: '/contactus', component: () => import( 'pages/ContactUs.vue')},
{ path: '/sendfeedback', component: () => import( 'pages/Feedback.vue')},
// Always leave this as last one,
// but you can also remove it
{
......
......@@ -32,7 +32,7 @@ export default {
icon: 'feedback',
label: 'Send Feedback',
color: 'orange',
link: '',
link: '/sendfeedback',
separator: true
},
{
......
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