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.

refactor: update app download links to point to new iOS page

- Change download button links in multiple pages (index.astro, app.astro, @[handle].astro, and @[handle]/[postId].astro) from the App Store URL to the new iOS page for consistency and easier navigation.

+6 -6
+2 -2
src/pages/@[handle].astro
··· 216 216 <a href='/' class="logo-wordmark"> 217 217 <span class="logo-text">orbyt</span> 218 218 </a> 219 - <a class='install-button mobile' href="https://apps.apple.com/us/app/orbyt-video/id6751679299"> 219 + <a class='install-button mobile' href="/iOS"> 220 220 Get the app 221 221 <svg class="svg-button" viewBox="0 0 21 22" fill="none" xmlns="http://www.w3.org/2000/svg"> 222 222 <path d="M1.93892 19.9988L18.9736 2.96362" stroke="currentColor" stroke-width="3.993"/> ··· 255 255 </div> 256 256 257 257 <div class="install-button-wrapper desktop"> 258 - <a class='install-button' href="https://apps.apple.com/us/app/orbyt-video/id6751679299"> 258 + <a class='install-button' href="/iOS"> 259 259 Get the app 260 260 <svg class="svg-button" viewBox="0 0 21 22" fill="none" xmlns="http://www.w3.org/2000/svg"> 261 261 <path d="M1.93892 19.9988L18.9736 2.96362" stroke="currentColor" stroke-width="3.993"/>
+2 -2
src/pages/@[handle]/[postId].astro
··· 385 385 </a> 386 386 </div> 387 387 388 - <a class='install-button' href="https://apps.apple.com/us/app/orbyt-video/id6751679299"> 388 + <a class='install-button' href="/iOS"> 389 389 Get the app 390 390 <svg class="svg-button" viewBox="0 0 21 22" fill="none" xmlns="http://www.w3.org/2000/svg"> 391 391 <path d="M1.93892 19.9988L18.9736 2.96362" stroke-width="3.993"/> ··· 465 465 </a> 466 466 </div> 467 467 468 - <a class='install-button' href="https://apps.apple.com/us/app/orbyt-video/id6751679299"> 468 + <a class='install-button' href="/iOS"> 469 469 Get the app 470 470 <svg class="svg-button" viewBox="0 0 21 22" fill="none" xmlns="http://www.w3.org/2000/svg"> 471 471 <path d="M1.93892 19.9988L18.9736 2.96362" stroke-width="3.993"/>
+1 -1
src/pages/app.astro
··· 220 220 </div> 221 221 222 222 <div class="buttons"> 223 - <a href="https://apps.apple.com/us/app/orbyt-video/id6751679299" class="download-button">iOS</a> 223 + <a href="/iOS" class="download-button">iOS</a> 224 224 <a href="/android" class="download-button">Android Waitlist</a> 225 225 </div> 226 226 </div>
+1 -1
src/pages/index.astro
··· 226 226 <p class="motto-text">video communities</p> 227 227 </div> 228 228 <div class="home-actions"> 229 - <a href="https://apps.apple.com/us/app/orbyt-video/id6751679299" class="download-button">iOS</a> 229 + <a href="/iOS" class="download-button">iOS</a> 230 230 <a href="/android" class="download-button">Android Waitlist</a> 231 231 </div> 232 232 </main>