Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8ce4b35

Browse filesBrowse files
committed
fix: logo with img tag
1 parent f5b6678 commit 8ce4b35
Copy full SHA for 8ce4b35

File tree

Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed

‎partials/navbar.html

Copy file name to clipboardExpand all lines: partials/navbar.html
+3-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.