mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 02:08:24 +00:00
website: fix macos arm64 link
Change-Id: I65e4ef44a80e3c67a2bd352e6ccb5ef3b32248d3 Signed-off-by: Florent Benoit <fbenoit@redhat.com>
This commit is contained in:
parent
e25b846f39
commit
fd5aea0b53
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ export function MacOSDownloads(): JSX.Element {
|
|||
</Link>
|
||||
<Link
|
||||
className="no-underline hover:no-underline inline-flex text-white hover:text-white bg-purple-500 border-0 py-2 px-6 focus:outline-none hover:bg-purple-600 rounded text-sm"
|
||||
to={downloadData.x64}>
|
||||
to={downloadData.arm64}>
|
||||
<FontAwesomeIcon size="1x" icon={faDownload} className="mr-2" />
|
||||
Arm
|
||||
</Link>
|
||||
|
|
|
|||
Loading…
Reference in a new issue