Skip to content

Commit 04a3639

Browse files
committed
fix: make asset link relative
1 parent aeef7cb commit 04a3639

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<nav class="navbar navbar-expand-lg bg-body-tertiary">
1919
<div class="container-fluid">
2020
<a class="navbar-brand" href="/">
21-
<img src="/assets/home.svg" alt="Simselect" height="24" class="d-inline-block align-text-top"/>
21+
<img src="assets/home.svg" alt="Simselect" height="24" class="d-inline-block align-text-top"/>
2222
Simselect
2323
</a>
2424
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">

0 commit comments

Comments
 (0)