aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2024-12-12 09:19:17 +0100
committerAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2024-12-12 09:19:17 +0100
commitcd218da641fdee303def9124b534bf51df309c4e (patch)
treeb4e3d4777f2234cdafcdd31beee472f3b95094ed
parentb2c6996754658c6853538423aaf18d2638aa395c (diff)
Fix icon size
-rw-r--r--src/partials/Header.astro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/partials/Header.astro b/src/partials/Header.astro
index f513d27..90a1429 100644
--- a/src/partials/Header.astro
+++ b/src/partials/Header.astro
@@ -88,8 +88,8 @@ import Favicon from "../assets/Favicon.astro";
<a href="https://bsky.app/profile/costas.dev" title="BlueSky">
<svg
xmlns="http://www.w3.org/2000/svg"
- width="24"
- height="24"
+ width="32"
+ height="32"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"