diff --git a/src/components/Articles.astro b/src/components/Articles.astro index 6553767..b7c50bc 100644 --- a/src/components/Articles.astro +++ b/src/components/Articles.astro @@ -120,7 +120,7 @@ const sortedData = combinedData.sort(compareDates).slice(0, 15); } -
+
diff --git a/src/components/ServiceIcon.astro b/src/components/ServiceIcon.astro index 7babd98..8a1cc12 100644 --- a/src/components/ServiceIcon.astro +++ b/src/components/ServiceIcon.astro @@ -7,7 +7,7 @@ export type Props = { const { link, imgSrc, name }: Props = Astro.props; --- - + {name} {name}