Skip to content

Commit

Permalink
docs: update download link hover style
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <[email protected]>
  • Loading branch information
setchy committed Nov 6, 2024
1 parent d9881c7 commit 042d5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LatestRelease.astro
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const { downloadLinks, version, releaseDate } = await loadInitialData();
{downloadLinks.primary.map((item, index) => (
<a
href={item.url}
class={`flex items-center mb-3 px-4 py-3 font-semibold text-white rounded-md bg-green-700 hover:bg-green-800 mr-4`}
class={`flex items-center mb-3 px-4 py-3 font-semibold text-white rounded-md bg-green-700 hover:bg-green-800 hover:text-white mr-4`}
>
<DownloadIcon className="w-4 h-4 mr-2" /> <span>{item.name}</span>
</a>
Expand Down

0 comments on commit 042d5bc

Please sign in to comment.