improvements

This commit is contained in:
Emre
2025-10-24 15:11:28 +03:00
parent 26fbea3ec4
commit 45b1c43b97
7 changed files with 10 additions and 11 deletions

View File

@@ -1,6 +1,7 @@
import { Link } from 'react-router-dom'
import { Container } from './Container'
import { Button } from './Button'
import pmyceliumLogo from '../images/logos/pmyceliumlogo.png'
export function Header() {
return (
@@ -9,7 +10,7 @@ export function Header() {
<Container className="relative z-50 flex justify-between py-4">
<div className="relative z-10 flex items-center gap-16">
<Link to="/" aria-label="Home">
<img src="/src/images/logomark.svg" alt="Mycelium" className="h-10 w-auto" />
<img src={pmyceliumLogo} alt="Mycelium" className="h-8 w-auto" />
</Link>
<div className="hidden lg:flex lg:gap-10">
<Link