add: add logo

This commit is contained in:
h z
2024-12-09 09:47:26 +00:00
parent 379843404f
commit 90897165db
4 changed files with 2 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ const MainNavigation = () => {
<nav className="navbar is-dark" role="navigation" aria-label="main navigation">
<div className="navbar-brand">
<Link className="navbar-item" to="/">
<img src="/icons/logo.png" alt="Logo" style={{ height: "40px", marginRight: "10px" }} />
Home
</Link>
<a