website: fix macos arm64 link

Change-Id: I65e4ef44a80e3c67a2bd352e6ccb5ef3b32248d3
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
This commit is contained in:
Florent Benoit 2022-09-17 11:09:58 +02:00 committed by Florent BENOIT
parent e25b846f39
commit fd5aea0b53

View file

@ -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>