Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</div>
<div class="nav__ctas">
<a class="nav__github" href="https://github.com/getathelas/LoopHarness" target="_blank" rel="noreferrer">github&nbsp;↗</a>
<a class="nav__testflight" href="https://github.com/getathelas/LoopHarness#setup" target="_blank" rel="noreferrer">Get the app</a>
<a class="nav__testflight" href="https://testflight.apple.com/join/sptcA35U" target="_blank" rel="noreferrer">Get the app</a>
</div>
</nav>

Expand All @@ -70,11 +70,11 @@ <h1 class="hero__headline">
</p>

<div class="hero__ctas" id="download">
<a class="btn btn--primary" href="https://github.com/getathelas/LoopHarness#setup">
Build for Mac
<a class="btn btn--primary" href="https://github.com/getathelas/LoopHarness/releases/latest" target="_blank" rel="noreferrer">
Download for Mac
</a>
<a class="btn btn--ghost" href="https://github.com/getathelas/LoopHarness#setup">
Build for iPhone
<a class="btn btn--ghost" href="https://testflight.apple.com/join/sptcA35U" target="_blank" rel="noreferrer">
Get on iPhone
</a>
</div>
</div>
Expand Down