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.

Merge pull request #4 from Hann8n/claude/update-beta-buttons-uwd7Q

authored by

Jack Hannon and committed by
GitHub
15792d2c 9b8f6977

+8 -8
+4 -4
src/pages/@[handle].astro
··· 216 216 <a href='/' class="logo-wordmark"> 217 217 <span class="logo-text" style={`color: ${textColor}; view-transition-name: orbyt-logo;`}>orbyt</span> 218 218 </a> 219 - <a class='install-button mobile' href="/beta" style={`background-color: ${textColor}; color: ${backgroundColor}; view-transition-name: orbyt-beta;`}> 220 - Get the beta 219 + <a class='install-button mobile' href="https://apps.apple.com/us/app/orbyt-video/id6751679299" style={`background-color: ${textColor}; color: ${backgroundColor}; view-transition-name: orbyt-beta;`}> 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"/> 223 223 <path d="M19 16.7368L19 2.93875L5.20193 2.93875" 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="/beta" style={`background-color: ${textColor}; color: ${backgroundColor};`}> 259 - Get the beta 258 + <a class='install-button' href="https://apps.apple.com/us/app/orbyt-video/id6751679299" style={`background-color: ${textColor}; color: ${backgroundColor};`}> 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"/> 262 262 <path d="M19 16.7368L19 2.93875L5.20193 2.93875" stroke="currentColor" stroke-width="3.993"/>
+4 -4
src/pages/@[handle]/[postId].astro
··· 376 376 </a> 377 377 </div> 378 378 379 - <a class='install-button' href="/beta" style="view-transition-name: orbyt-beta;"> 380 - Get the beta 379 + <a class='install-button' href="https://apps.apple.com/us/app/orbyt-video/id6751679299" style="view-transition-name: orbyt-beta;"> 380 + Get the app 381 381 <svg class="svg-button" viewBox="0 0 21 22" fill="none" xmlns="http://www.w3.org/2000/svg"> 382 382 <path d="M1.93892 19.9988L18.9736 2.96362" stroke-width="3.993"/> 383 383 <path d="M19 16.7368L19 2.93875L5.20193 2.93875" stroke-width="3.993"/> ··· 439 439 </a> 440 440 </div> 441 441 442 - <a class='install-button' href="/beta"> 443 - Get the beta 442 + <a class='install-button' href="https://apps.apple.com/us/app/orbyt-video/id6751679299"> 443 + Get the app 444 444 <svg class="svg-button" viewBox="0 0 21 22" fill="none" xmlns="http://www.w3.org/2000/svg"> 445 445 <path d="M1.93892 19.9988L18.9736 2.96362" stroke-width="3.993"/> 446 446 <path d="M19 16.7368L19 2.93875L5.20193 2.93875" stroke-width="3.993"/>