mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-03-01 19:59:10 +00:00
fix: improve logo quality
seems like nextjs’ image component affects the quality of an svg…
This commit is contained in:
@@ -28,7 +28,14 @@ export default function Nav() {
|
||||
<div className="relative flex items-center justify-between px-6 py-5 md:px-12">
|
||||
<div className="shrink-0">
|
||||
<a href="/">
|
||||
<Image src="/koodiklinikka.svg" alt="Koodiklinikka" width="179" height="34" className="w-40" priority />
|
||||
<img
|
||||
src="/koodiklinikka-logo.svg"
|
||||
alt="Koodiklinikka"
|
||||
width="600"
|
||||
height="114"
|
||||
className="w-40"
|
||||
loading="eager"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
<div ref={navRef}>
|
||||
|
||||
Reference in New Issue
Block a user