diff --git a/frontend/app/globals.css b/frontend/app/globals.css index b0d052d..5943dbc 100644 --- a/frontend/app/globals.css +++ b/frontend/app/globals.css @@ -5,7 +5,6 @@ html, body { width: 100%; height: 100%; - overflow-y: auto } @layer base { @@ -27,6 +26,9 @@ html, body { small { @apply text-sm; } + a { + @apply underline; + } } @layer components { diff --git a/frontend/app/layout.js b/frontend/app/layout.js index 476f8eb..2063c1f 100644 --- a/frontend/app/layout.js +++ b/frontend/app/layout.js @@ -16,8 +16,9 @@ const quicksand = Quicksand({ }); export const metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "frieren.playground", + description: + "celebrating open source projects. discover projects that interest you! making open source projects more discoverable. we set the standard for collaboration, so you can focus on the projects you love", }; export default function RootLayout({ children }) { diff --git a/frontend/components/cards/cards.js b/frontend/components/cards/cards.js index d913c4a..c989db0 100644 --- a/frontend/components/cards/cards.js +++ b/frontend/components/cards/cards.js @@ -41,10 +41,10 @@ export default function Cards({ children }) { }, [searchTerm]); return ( - <> +