Skip to content

Commit 220efad

Browse files
authored
fix: add missing space before 'GitHub releases page' link on download page (#4511)
1 parent b98a0f0 commit 220efad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/marketing/src/pages/download.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ import { ANDROID_PLAY_STORE_URL, IOS_APP_STORE_URL } from "../lib/site";
7979
</div>
8080

8181
<p class="releases-link">
82-
Looking for older versions? Check the
82+
Looking for older versions? Check the{" "}
8383
<a href="https://github.com/pingdotgg/t3code/releases" target="_blank" rel="noopener noreferrer">
8484
GitHub releases page<span aria-hidden="true"> &#8599;</span>
8585
</a>

0 commit comments

Comments
 (0)