From 8afacdbe7adc84b138caa786aedcc3ca4df7fef0 Mon Sep 17 00:00:00 2001 From: itsfinniii <102350242+itsfinniii@users.noreply.github.com> Date: Sat, 28 Mar 2026 15:42:04 +0100 Subject: [PATCH] Increase size on Last components --- astro/src/components/web/Contact.astro | 1 - astro/src/components/web/LastAlbums.astro | 2 +- astro/src/components/web/LastBlogs.astro | 2 +- astro/src/components/web/LastProjects.astro | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/astro/src/components/web/Contact.astro b/astro/src/components/web/Contact.astro index 685d376..95992f9 100644 --- a/astro/src/components/web/Contact.astro +++ b/astro/src/components/web/Contact.astro @@ -1,5 +1,4 @@ --- -import { getImageUrl } from '@/lib/images'; import { markdownToHtml } from '@/lib/markdown'; import { Image } from 'astro:assets'; diff --git a/astro/src/components/web/LastAlbums.astro b/astro/src/components/web/LastAlbums.astro index 5e8bde3..bc7a74b 100644 --- a/astro/src/components/web/LastAlbums.astro +++ b/astro/src/components/web/LastAlbums.astro @@ -35,7 +35,7 @@ const size = calculateSizeClasses(albums.amount, lastAlbums.length);