From 09feb5c24b68907eacdc974846e12e7aadaa6be3 Mon Sep 17 00:00:00 2001 From: Dilson's Pickles Date: Wed, 23 Aug 2023 14:40:28 +1000 Subject: [PATCH] Responsive designs --- src/components/card/OperatingSystemCard.jsx | 4 ++-- src/pages/downloads.astro | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/card/OperatingSystemCard.jsx b/src/components/card/OperatingSystemCard.jsx index be8206b..86a9ad1 100644 --- a/src/components/card/OperatingSystemCard.jsx +++ b/src/components/card/OperatingSystemCard.jsx @@ -1,7 +1,7 @@ import React from "react"; function OperatingSystemCard(props) { - const { title, description } = props; + const { title, description, targetURL } = props; function renderOSIcon(title) { switch (title) { @@ -55,7 +55,7 @@ function OperatingSystemCard(props) { } return ( - +
{renderOSIcon(title)}

{title}

diff --git a/src/pages/downloads.astro b/src/pages/downloads.astro index 81c1eb1..e07e8b7 100644 --- a/src/pages/downloads.astro +++ b/src/pages/downloads.astro @@ -17,15 +17,15 @@ import "../styles/icons.css";

Download for

-
- - - +
+ + +

Additional resources

-
+

Manual download