Refactor contributors list in about page and remove unnecessary imports

This commit is contained in:
mauro-balades 2024-09-21 17:36:07 +02:00
parent 66bee5da30
commit 9a457a3ad9
2 changed files with 2 additions and 5 deletions

View file

@ -1,8 +1,5 @@
"use client";
import Footer from "@/components/footer";
import { Navigation } from "@/components/navigation";
import { releaseNoteIsAlpha, releaseNotes } from "@/lib/release-notes";
import Link from "next/link";
import Markdown from "react-markdown";
import "../privacy-policy/markdown.css";

View file

@ -36,7 +36,7 @@ export default async function RootLayout({
/>
</head>
<body className={inter.className}>
<ThemeProvider attribute="class" enableSystem defaultTheme="dark" storageKey="zen.theme">
<ThemeProvider attribute="class" defaultTheme="dark">
<StyledComponentsRegistry>
<div className="mt-5">
{children}