[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.

game changes

gree45 (Jan 22, 2025, 8:05 PM +0100) 350def1e 000ff78e

+6
+6
src/routes/game/+page.svelte
··· 200 200 <div class="text-center text-xs text-base-400">{castMember.character}</div> 201 201 </a> 202 202 {/each} 203 + </div> 204 + </div> 205 + <div class="px-4 pb-8 pt-4 text-sm text-white"> 206 + <div class="mb-2 text-lg font-semibold">cast</div> 207 + 208 + <div class={cn('flex gap-x-6 overflow-x-auto')}> 203 209 {#each data.cast as castMember} 204 210 <a 205 211 href={`/cast/${castMember.id}-${nameToId(castMember.name)}`}