Skip to content

Commit 8ce4b35

Browse files
committed
fix: logo with img tag
1 parent f5b6678 commit 8ce4b35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

partials/navbar.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
<ul class="sidenav sidenav-fixed" id="nav-mobile">
3636
<li class="logo">
3737
<a class="brand-logo" id="logo-container" href="/">
38-
<object id="front-page-logo" type="image/svg+xml" data="images/materialize.svg">Your browser does not support SVG</object>Materialize</a
38+
<img id="front-page-logo" src="images/materialize.svg" alt="Materialize Web Logo"/>
39+
Materialize
40+
</a
3941
>
4042
</li>
4143

0 commit comments

Comments
 (0)