Skip to content

Commit 359dfbd

Browse files
committed
fix: page header logo image not showing up
1 parent 6524f17 commit 359dfbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front-end/src/components/PageHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="page-header d-flex align-content-center">
33
<div class="logo" @click="goHome()">
44
<font-awesome-icon icon="home" class="home-icon" />
5-
<img src="/static/images/logo.png">
5+
<img src="/images/logo.png">
66
</div>
77
<div class="boards-menu-toggle">
88
<div class="dropdown">

0 commit comments

Comments
 (0)