From 9046f5cc95289eb6e5a9e93e2da8a4eda74cb5ff Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 10 Feb 2024 13:15:02 -0800 Subject: refactored some components - added DiscordStatus to about - Updated projects - Added tags to each project - Fixed some text styling --- src/components/MiniCard.astro | 62 ------------------------------------------- 1 file changed, 62 deletions(-) delete mode 100644 src/components/MiniCard.astro (limited to 'src/components/MiniCard.astro') diff --git a/src/components/MiniCard.astro b/src/components/MiniCard.astro deleted file mode 100644 index b34bcef..0000000 --- a/src/components/MiniCard.astro +++ /dev/null @@ -1,62 +0,0 @@ ---- -interface Props { - title: string; - body: string; - href: string; - language: string; - languageColor: string; - logoSrc?: string; - logoWidth?: string; - contribution?: string; -} - -const { href, title, body, language, languageColor, logoSrc, logoWidth = '60%', contribution = 'Minor Contributions' } = Astro.props; ---- - - - - \ No newline at end of file -- cgit v1.2.3