We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86f36b3 + 55ecedb commit 3e4d0a1Copy full SHA for 3e4d0a1
frontend/src/layouts/MainLayout.vue
@@ -13,7 +13,7 @@
13
flat
14
size="lg"
15
label="EMBER"
16
- icon-right="img:ember-logo.png"
+ icon-right="img:/ember-logo.png"
17
/>
18
<q-space />
19
<!-- Large screens: display tabs acorss the top -->
frontend/src/router/routes.ts
@@ -39,7 +39,7 @@ const routes: RouteRecordRaw[] = [
39
component: () => import('pages/TermsOfService.vue'),
40
},
41
{
42
- path: '/project/kumar2025',
+ path: 'project/kumar2025',
43
component: () => import('pages/EmberProjectPage.vue'),
44
45
],
0 commit comments