From 582f753a9370c00f82ddd0ea0c4bf842df318a96 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 17 Oct 2024 01:16:32 -0700 Subject: initial moeification --- src/components/Link.astro | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) (limited to 'src/components/Link.astro') diff --git a/src/components/Link.astro b/src/components/Link.astro index 4ffb04b..9a6708d 100644 --- a/src/components/Link.astro +++ b/src/components/Link.astro @@ -1,9 +1,9 @@ --- -import 'remixicon/fonts/remixicon.css' +import "remixicon/fonts/remixicon.css"; interface Props { icon: string; - title: string; + title: string; description: string; url: string; } @@ -13,7 +13,7 @@ const { icon, title, description, url } = Astro.props; - +