From cfd59fa41fd59ac2e7a34e5249f1f65524cc80e8 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Thu, 27 Jun 2024 10:52:45 +0200 Subject: [PATCH] web: macos: Use consistent arch names on download page On https://podman-desktop.io/downloads there are 2 sets of non-universal dmgs, with inconsistent architecture names (Intel/Arm and then x64/arm64). This commit changes these to Intel/Apple silicon for consistency in the macOS section, and with the way Apple names these arches. Signed-off-by: Christophe Fergeau --- website/src/pages/downloads/macos.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/src/pages/downloads/macos.tsx b/website/src/pages/downloads/macos.tsx index 2c806eee179..01f428952ce 100644 --- a/website/src/pages/downloads/macos.tsx +++ b/website/src/pages/downloads/macos.tsx @@ -137,7 +137,7 @@ export function MacOSDownloads(): JSX.Element { className="underline inline-flex dark:text-white text-purple-500 hover:text-purple-200 py-2 px-6 text-md font-semibold" to={downloadData.arm64}> - Arm + Apple silicon
@@ -147,13 +147,13 @@ export function MacOSDownloads(): JSX.Element { className="underline inline-flex dark:text-white text-purple-500 hover:text-purple-200 py-2 px-6 font-semibold text-md" to={downloadData.airgapsetupX64}> - x64 + Intel - arm64 + Apple silicon