Skip to content

Commit

Permalink
docs: update
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 e794e86 commit b0a1a63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/LatestRelease.astro
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const { downloadLinks, version, releaseDate } = await loadInitialData();
</div>
<div>Released on: {releaseDate}</div>
{downloadLinks.alt.length > 0 && (
<p>
<div>
Also available on:
<ul class="list-disc list-inside ml-4">
{downloadLinks.alt.map((platform) => (
Expand All @@ -135,7 +135,7 @@ const { downloadLinks, version, releaseDate } = await loadInitialData();
</li>
))}
</ul>
</p>
</div>
)}
</div>
</>
Expand Down

0 comments on commit b0a1a63

Please sign in to comment.