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