Skip to content

Commit 7b0be26

Browse files
committed
trying to fix the logo file
1 parent 2e46820 commit 7b0be26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/fanaro_nav.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default class FanaroNav extends HTMLElement {
44
private static readonly template: string = `
55
<nav>
66
<a href="/">
7-
<img height="50" src="/assets/logo_400.png" />
7+
<img height="50" src="/fanaro.io/assets/logo_400.png" />
88
<h1>fanaro.io</h1>
99
</a>
1010
</nav>

0 commit comments

Comments
 (0)