Skip to content

Commit 0524b49

Browse files
committed
fix(navbar): replace logo image with text label in the navbar
1 parent e1db609 commit 0524b49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<nav class="navbar">
115115
<div class="container navbar-content">
116116
<div class="navbar-brand">
117-
<img src="/struct/images/logo.png" alt="STRUCT Logo" class="navbar-logo">
117+
STRUCT:
118118
</div>
119119
<ul class="navbar-nav">
120120
<li><a href="#features">Features</a></li>

0 commit comments

Comments
 (0)