Update logo image to a new 64x64 version

This commit is contained in:
Jose Selesan
2026-06-09 14:29:13 -03:00
parent 890975edf7
commit f923dd2f56
2 changed files with 1 additions and 1 deletions

BIN
src/images/logo-64x64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@@ -55,7 +55,7 @@ posthog.capture('$pageview');
<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">
<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>
</a>
<div class="hidden items-center gap-8 md:flex">