Multiple changes related to icons, and the server documentation #5

Closed
DorianNiemiecSVRJS wants to merge 18 commits from main into main
Showing only changes of commit 5e0dc07861 - Show all commits

View file

@ -3,7 +3,7 @@ import "@/app/globals.css";
function MyApp({ Component, pageProps }) {
return (
<main style={{ fontFamily: "Poppins" }}>
<Component {...pageProps} />;
<Component {...pageProps} />
</main>
);
}