Skip to content

Commit 46dab99

Browse files
committed
fix(website): replace checkmark logo with lightning bolt
1 parent 14eb182 commit 46dab99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/src/components/Navbar.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<a href="/" class="nav-logo">
88
<svg class="logo-mark" width="20" height="20" viewBox="0 0 20 20" fill="none">
99
<rect x="1" y="1" width="18" height="18" rx="5" stroke="currentColor" stroke-width="1.5"/>
10-
<path d="M7 10L9 12L13 8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
10+
<path d="M11.5 3.5L5.5 11.5H10.5L9 16.5L15 8.5H10L11.5 3.5Z" fill="currentColor" stroke="currentColor" stroke-width="1" stroke-linejoin="round"/>
1111
</svg>
1212
<span class="logo-text">UNBOUND</span>
1313
</a>

0 commit comments

Comments
 (0)