mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 17:30:01 +02:00
Refactor contributors list in about page and remove unnecessary imports
This commit is contained in:
parent
66bee5da30
commit
9a457a3ad9
2 changed files with 2 additions and 5 deletions
|
@ -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";
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue