From 2c94c90d12b125c9ee56e7818d206078995b3fce Mon Sep 17 00:00:00 2001 From: Brandon Nielsen Date: Jun 03 2022 08:51:53 +0000 Subject: Ensure "Click to launch" shows the click cursor Currently the EC2 "Click to launch" button is purely a

tag which does not show the "pointer" cursor. This makes it unclear it is a button that can be clicked. This changes the "Click to launch" button to an unstyled tag wrapped in a

tag with the same style as the "Download" links elsewhere on the page which do correctly show the "pointer" cursor. --- diff --git a/alt.fedoraproject.org/data/content/cloud/index.html b/alt.fedoraproject.org/data/content/cloud/index.html index 8733fb3..293ab62 100644 --- a/alt.fedoraproject.org/data/content/cloud/index.html +++ b/alt.fedoraproject.org/data/content/cloud/index.html @@ -386,7 +386,7 @@

${_('x86_64 AMIs')}

-

${_('Click to launch')}

+

${_('Click to launch')}