Update logo image to a new 64x64 version
This commit is contained in:
BIN
src/images/logo-64x64.png
Normal file
BIN
src/images/logo-64x64.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.6 KiB |
@@ -55,7 +55,7 @@ posthog.capture('$pageview');
|
|||||||
<header class="sticky top-0 z-50 border-b border-line/70 bg-white/92 backdrop-blur">
|
<header class="sticky top-0 z-50 border-b border-line/70 bg-white/92 backdrop-blur">
|
||||||
<nav class="section-shell flex h-16 items-center justify-between gap-5">
|
<nav class="section-shell flex h-16 items-center justify-between gap-5">
|
||||||
<a href="#inicio" class="flex items-center gap-3" aria-label="2piDev inicio">
|
<a href="#inicio" class="flex items-center gap-3" aria-label="2piDev inicio">
|
||||||
<img src="/images/logo.svg" alt="" class="h-10 w-10">
|
<img src="/images/logo-64x64.png" alt="" class="h-10 w-10">
|
||||||
<span class="font-display text-xl font-bold text-ink">2piDev</span>
|
<span class="font-display text-xl font-bold text-ink">2piDev</span>
|
||||||
</a>
|
</a>
|
||||||
<div class="hidden items-center gap-8 md:flex">
|
<div class="hidden items-center gap-8 md:flex">
|
||||||
|
|||||||
Reference in New Issue
Block a user