source for getorbyt.com getorbyt.com/
client bsky orbytapp app orbyt bluesky getorbyt orbytvideo atproto video
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: standardize Android link casing in download buttons

- Update the Android download button link in app.astro and index.astro to use lowercase for consistency.

+2 -2
+1 -1
src/pages/app.astro
··· 221 221 222 222 <div class="buttons"> 223 223 <a href="https://apps.apple.com/us/app/orbyt-video/id6751679299" class="download-button">iOS</a> 224 - <a href="/Android" class="download-button">Android Waitlist</a> 224 + <a href="/android" class="download-button">Android Waitlist</a> 225 225 </div> 226 226 </div> 227 227 </div>
+1 -1
src/pages/index.astro
··· 227 227 </div> 228 228 <div class="home-actions"> 229 229 <a href="https://apps.apple.com/us/app/orbyt-video/id6751679299" class="download-button">iOS</a> 230 - <a href="/Android" class="download-button">Android Waitlist</a> 230 + <a href="/android" class="download-button">Android Waitlist</a> 231 231 </div> 232 232 </main> 233 233