From 2b835cd15e159e2ac411ef9cbb50c16cc47f9dc1 Mon Sep 17 00:00:00 2001 From: Korbs Date: Wed, 29 May 2024 17:36:46 -0400 Subject: [PATCH] Add links to software items --- src/components/init/SoftwareItem.astro | 40 ++++++++++++++++++++++---- 1 file changed, 35 insertions(+), 5 deletions(-) diff --git a/src/components/init/SoftwareItem.astro b/src/components/init/SoftwareItem.astro index 737b371..faf0bbd 100644 --- a/src/components/init/SoftwareItem.astro +++ b/src/components/init/SoftwareItem.astro @@ -4,12 +4,42 @@ const { title, developer, homepage, - source + source, + screenshot } = Astro.props ---
-

{title}

-

By {developer}

- -
\ No newline at end of file +
+

{title}

+

By {developer}

+ + +
+ + + \ No newline at end of file