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