Remove broken inline code style

This commit is contained in:
Timothy Pidashev
2024-06-10 18:29:40 -07:00
parent 502b1a93e1
commit aaf29f45a0
8 changed files with 8 additions and 302 deletions
-5
View File
@@ -1,11 +1,9 @@
// Imports
import "@/style/globals.css";
import "@/style/prism-theme.css";
import Theme from "@/app/theme";
import Header from "@/components/header";
import Footer from "@/components/footer";
import Container from "@/components/ui/container";
import Head from 'next/head';
// Metadata
export const metadata = {
@@ -17,9 +15,6 @@ export const metadata = {
export default function Layout({children}) {
return (
<html lang="en" suppressHydrationWarning>
<Head>
<script src="prism.js"></script>
</Head>
<body className="
bg-light-background text-light-foreground
dark:bg-dark-background dark:text-dark-foreground