From 07ebd6d06a021b80e10207aa03adb9f36b078152 Mon Sep 17 00:00:00 2001 From: Korbs Date: Fri, 7 Jun 2024 23:57:14 -0400 Subject: [PATCH] Fix width issue for images in Floorp and IceCat --- src/components/Service.astro | 2 +- src/pages/blog/[slug].astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Service.astro b/src/components/Service.astro index ee36a45..7bfb7b7 100644 --- a/src/components/Service.astro +++ b/src/components/Service.astro @@ -15,7 +15,7 @@ import {CheckCircleSolid, XmarkCircleSolid} from 'iconoir-react'
- + { ()=> { if (Status === "online") { diff --git a/src/pages/blog/[slug].astro b/src/pages/blog/[slug].astro index b152981..b0cc33d 100644 --- a/src/pages/blog/[slug].astro +++ b/src/pages/blog/[slug].astro @@ -24,7 +24,7 @@ export const prerender = true;
- +

{post.data.title}