Updates feedback form
This commit is contained in:
parent
d39ddd00db
commit
90973a154b
|
@ -58,7 +58,7 @@ export const ADMIN_ROUTES: RouteInfo[] = [
|
|||
export const INFO_ROUTES: RouteInfo[] = [
|
||||
{ path: '/co-branding', title: 'SIDE-BAR.CO-BRANDING', icon: 'toll' },
|
||||
{ path: '/contact-support', title: 'SIDE-BAR.SUPPORT', icon: 'help' },
|
||||
{ path: '/feedback', title: 'SIDE-BAR.FEEDBACK', icon: 'feedback', url: 'https://docs.google.com/forms/d/1KNhgjQyGrA6lYjOOUUL5cqU2BVquS0qdfwzOGxokgAw/viewform?edit_requested=true' }
|
||||
{ path: '/feedback', title: 'SIDE-BAR.FEEDBACK', icon: 'feedback', url: 'https://docs.google.com/forms/d/12RSCrUjdSDp2LZLpjDKOi44cN1fLDD2q1-F66SqZIis/viewform?edit_requested=true' }
|
||||
];
|
||||
|
||||
// export const HISTORY_ROUTES: RouteInfo[] = [
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
Presentations
|
||||
<i class="fas fa-external-link-alt ext-link-icon fa-xs"></i>
|
||||
</a></li>
|
||||
<li><a href="https://docs.google.com/forms/d/1KNhgjQyGrA6lYjOOUUL5cqU2BVquS0qdfwzOGxokgAw">
|
||||
<li><a href="https://docs.google.com/forms/d/12RSCrUjdSDp2LZLpjDKOi44cN1fLDD2q1-F66SqZIis/viewform?edit_requested=true">
|
||||
Feedback Form
|
||||
<i class="fas fa-external-link-alt ext-link-icon fa-xs"></i>
|
||||
</a></li>
|
||||
|
|
Loading…
Reference in New Issue