[READ-ONLY] Mirror of https://github.com/flo-bit/skywatched. review movies and tv shows, based on at proto skywatched.app
0

Configure Feed

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

Merge pull request #107 from flo-bit/alpha-version

add alpha version

authored by

Yamar100 and committed by
GitHub
(Feb 9, 2025, 3:23 PM +0100) df9b26ad cffb542f

+11 -1
+11 -1
src/routes/+page.svelte
··· 26 26 <div 27 27 class="md:max-w-84 order-first flex h-96 flex-col items-center justify-center px-8 text-base-100" 28 28 > 29 - <h1 class="text-balance text-3xl font-semibold tracking-tight sm:text-5xl">skywatched</h1> 29 + <h1 30 + class="text-balance text-3xl font-semibold tracking-tight sm:text-5xl flex items-start gap-3" 31 + > 32 + skywatched 33 + 34 + <span 35 + class="inline-flex w-fit items-center tracking-normal rounded-xl border border-accent-500/20 bg-accent-700/10 px-2 py-1 text-xs font-normal text-accent-400 shadow-sm transition-all duration-100" 36 + > 37 + public alpha 38 + </span> 39 + </h1> 30 40 <p class="text-md mt-8 max-w-xs text-pretty text-center font-medium text-base-300 sm:text-lg"> 31 41 review movies and shows with your friends from bluesky. 32 42 </p>