this repo has no description
1
fork

Configure Feed

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

Prep site for launch

modamo-gh 6b70cebf 52f23e98

+4 -4
app/favicon.ico

This is a binary file and will not be displayed.

app/icon.png

This is a binary file and will not be displayed.

+2 -2
app/layout.tsx
··· 13 13 }); 14 14 15 15 export const metadata: Metadata = { 16 - title: "Create Next App", 17 - description: "Generated by create next app" 16 + title: "bambü", 17 + description: "Never decide again what to read next" 18 18 }; 19 19 20 20 export default function RootLayout({
+2 -2
app/library/LibraryClient.tsx
··· 37 37 const [showRankedBooks, setShowRankedBooks] = useState(true); 38 38 39 39 return ( 40 - <div className="grid grid-rows-10 p-4 row-span-9"> 41 - <div className="gap-2 grid grid-cols-2 row-span-1 transition-all"> 40 + <div className="grid grid-rows-10 row-span-9"> 41 + <div className="gap-4 grid grid-cols-2 row-span-1 transition-all"> 42 42 <button 43 43 className={`col-span-1 flex items-center justify-center text-2xl rounded-t-2xl ${ 44 44 showRankedBooks