From bf489b65223b424c0bba10f919ef269c39a813b1 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Wed, 13 May 2026 17:02:38 +0100 Subject: remove terminal --- communities/red-right-hand/174bg.net/src/app/layout.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'communities/red-right-hand/174bg.net/src/app') diff --git a/communities/red-right-hand/174bg.net/src/app/layout.js b/communities/red-right-hand/174bg.net/src/app/layout.js index ce97609..9fb4098 100644 --- a/communities/red-right-hand/174bg.net/src/app/layout.js +++ b/communities/red-right-hand/174bg.net/src/app/layout.js @@ -1,6 +1,5 @@ import { Inter, Fira_Code } from "next/font/google"; import "./globals.css"; -import TerminalOverlay from "@/components/TerminalOverlay"; const inter = Inter({ variable: "--font-inter", @@ -26,10 +25,7 @@ export default function RootLayout({ children }) { lang="en" className={`${inter.variable} ${firaCode.variable} h-full antialiased`} > - - - {children} - + {children} ); } -- cgit v1.2.3