Listen to and share the music in the Atmosphere. musicsky.up.railway.app/
nextjs atproto music typescript react
3
fork

Configure Feed

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

feat(layout): add link to homepage

+8
+8
src/app/(main)/layout.tsx
··· 4 4 import { Skeleton } from "@/components/ui/skeleton"; 5 5 import { Suspense } from "react"; 6 6 import { ThemeToggle } from "@/components/theme-toggle"; 7 + import { HomeIcon } from "lucide-react"; 7 8 8 9 export default function MainLayout({ 9 10 children, ··· 23 24 Listen and share the music in the Atmosphere. 24 25 </h2> 25 26 </div> 27 + <Button asChild variant="ghost" className="justify-start"> 28 + <Link href="/"> 29 + <HomeIcon /> 30 + Home 31 + </Link> 32 + </Button> 26 33 </div> 34 + 27 35 <div className="flex flex-col gap-4"> 28 36 <Suspense fallback={<Skeleton className="w-full h-9 rounded-full" />}> 29 37 <AvatarSection />