Skip to content

Commit 55ecedb

Browse files
committed
Add / prefix to logo image path so it is not interpreted as a relative path
1 parent 86f36b3 commit 55ecedb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/layouts/MainLayout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
flat
1414
size="lg"
1515
label="EMBER"
16-
icon-right="img:ember-logo.png"
16+
icon-right="img:/ember-logo.png"
1717
/>
1818
<q-space />
1919
<!-- Large screens: display tabs acorss the top -->

frontend/src/router/routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const routes: RouteRecordRaw[] = [
3939
component: () => import('pages/TermsOfService.vue'),
4040
},
4141
{
42-
path: '/project/kumar2025',
42+
path: 'project/kumar2025',
4343
component: () => import('pages/EmberProjectPage.vue'),
4444
},
4545
],

0 commit comments

Comments
 (0)