Bluesky app fork with some witchin' additions 💫

this is better

+7 -7
+2 -2
README.md
··· 5 5 Get the app itself: 6 6 7 7 - **Web: [social.daniela.lol](https://social.daniela.lol)** 8 - - **Android: [Github Releases](github.com/kittibytess/deer-social/releases/latest)** 9 - <a href="https://apps.obtainium.imranr.dev/redirect?r=obtainium://add/https://github.com/kittibytess/deer-social"> 8 + - **Android: [Github Releases](github.com/kittibyte/deer-social/releases/latest)** 9 + <a href="https://apps.obtainium.imranr.dev/redirect?r=obtainium://add/https://github.com/kittibyte/deer-social"> 10 10 <img src="https://github.com/ImranR98/Obtainium/blob/main/assets/graphics/badge_obtainium.png?raw=true" 11 11 alt="Get it on Obtainium" align="center" height="54" /></a> 12 12
+2 -2
deer-static-about/index.html
··· 8 8 content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1.00001, viewport-fit=cover" 9 9 /> 10 10 <title>social.daniela.lol | about</title> 11 - <meta http-equiv="refresh" content="0;url=https://github.com/kittibytess/deer-social"> 11 + <meta http-equiv="refresh" content="0;url=https://github.com/kittibyte/deer-social"> 12 12 13 13 <link rel="preload" as="font" type="font/woff2" href="/static/media/InterVariable.c504db5c06caaf7cdfba.woff2" crossorigin> 14 14 ··· 16 16 <link rel="stylesheet" href="sakura.css" type="text/css"> 17 17 </head> 18 18 <script type="text/javascript"> 19 - window.location.href = "https://github.com/kittibytess/deer-social"; 19 + window.location.href = "https://github.com/kittibyte/deer-social"; 20 20 </script> 21 21 <body> 22 22 <h1>redirecting to github readme...</h1>
+1 -1
src/lib/constants.ts
··· 11 11 export const BSKY_SERVICE_DID = 'did:web:bsky.social' 12 12 export const PUBLIC_BSKY_SERVICE = 'https://public.api.bsky.app' 13 13 export const DEFAULT_SERVICE = BSKY_SERVICE 14 - export const HELP_DESK_URL = `https://github.com/kittibytess/deer-social/issues/new/choose` 14 + export const HELP_DESK_URL = `https://github.com/kittibyte/deer-social/issues/new/choose` 15 15 export const EMBED_SERVICE = 'https://embed.bsky.app' 16 16 export const EMBED_SCRIPT = `${EMBED_SERVICE}/static/embed.js` 17 17 export const BSKY_DOWNLOAD_URL = 'https://bsky.app/download'
+1 -1
src/view/com/auth/SplashScreen.web.tsx
··· 170 170 ]}> 171 171 <InlineLinkText 172 172 label={_(msg`Read the patches and contribute`)} 173 - to="https://github.com/kittibytess/deer-social"> 173 + to="https://github.com/kittibyte/deer-social"> 174 174 <Trans>Github</Trans> 175 175 </InlineLinkText> 176 176
+1 -1
web/index.html
··· 105 105 "> 106 106 <h1 lang="en">JavaScript Required</h1> 107 107 <p lang="en">This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is. 108 - <p lang="en">Learn more about Bluesky at <a href="https://bsky.social">bsky.social</a> and <a href="https://atproto.com">atproto.com</a>, or this fork at <a href="https://github.com/kittibytess/deer-social">github.com/kittibytess/deer-social</a>. 108 + <p lang="en">Learn more about Bluesky at <a href="https://bsky.social">bsky.social</a> and <a href="https://atproto.com">atproto.com</a>, or this fork at <a href="https://github.com/kittibyte/deer-social">github.com/kittibyte/deer-social</a>. 109 109 </noscript> 110 110 111 111 <!-- The root element for your Expo app. -->