Skip to content

Commit 99bbc65

Browse files
committed
feat(logo): add logo image to the navbar in index.html
1 parent 8c3b027 commit 99bbc65

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

site/images/logo.png

87.3 KB
Loading

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-
STRUCT:
117+
<img src="/images/logo.png" alt="STRUCT Logo" class="navbar-logo">
118118
</div>
119119
<ul class="navbar-nav">
120120
<li><a href="#features">Features</a></li>

0 commit comments

Comments
 (0)