diff --git a/apps/website/src/pages/Download/download.css b/apps/website/src/pages/Download/download.css index 7a4f4efa4..cc726d7f7 100644 --- a/apps/website/src/pages/Download/download.css +++ b/apps/website/src/pages/Download/download.css @@ -14,12 +14,9 @@ .download-options a.recommended { display: block; background: var(--accent-color); - padding: 0.5em 1em; - border-radius: calc(infinity * 1px); color: var(--brand-foreground-color); + border-radius: calc(infinity * 1px); margin: 1em 0; - text-decoration: none; - text-align: center; } .download-options .other-options { diff --git a/apps/website/src/pages/Download/download.tsx b/apps/website/src/pages/Download/download.tsx index e340e2f28..62acc11cf 100644 --- a/apps/website/src/pages/Download/download.tsx +++ b/apps/website/src/pages/Download/download.tsx @@ -4,6 +4,7 @@ import Section from "../../components/Section"; import { App, Architecture, buildDownloadUrl, downloadMatrix, DownloadMatrixEntry, getArchitecture, Platform } from "../../download-helper"; import "./download.css"; import { usePageTitle } from "../../hooks"; +import Button, { Link } from "../../components/Button"; export default function DownloadPage() { const [ currentArch, setCurrentArch ] = useState(getArchitecture()); @@ -54,11 +55,19 @@ export function DownloadCard({ app, arch, entry: [ platform, entry ] }: { app: A {unwrapText(entry.description)}
- {recommendedDownload[1].name} +