Skip to content

Commit

Permalink
feat(lighthouse): increase alternate download tap targets
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <[email protected]>
  • Loading branch information
setchy committed Dec 5, 2024
1 parent a2c86f9 commit 8abd606
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 @@ -128,7 +128,7 @@ const { downloadLinks, version, releaseDate } = await loadInitialData();
Also available on:
<ul class="list-disc list-inside ml-4">
{downloadLinks.alt.map((platform) => (
<li class="mb-2">
<li class="mb-2.5">
<a href={platform.url || URLs.GITHUB.LATEST_RELEASE}>
{platform.name}
</a>
Expand Down

0 comments on commit 8abd606

Please sign in to comment.