Skip to content

Commit 5c16cbd

Browse files
Use clean logo
1 parent 52de6c7 commit 5c16cbd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/Navbar.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ export const Navbar = () => {
3030
>
3131
<a href="/#home" aria-label="Home">
3232
<div className="flex justify-start items-center grow basis-0">
33-
<span className="text-white text-shadow-sm shadow-black text-3xl font-medium">Web&nbsp;</span>
34-
<img src="/favicon.png" width="26" alt="X" />
33+
<WebXBlueLogo />
3534
</div>
3635
</a>
3736
</motion.div>

0 commit comments

Comments
 (0)