diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-13 17:02:38 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-13 17:02:38 +0100 |
| commit | bf489b65223b424c0bba10f919ef269c39a813b1 (patch) | |
| tree | 32f298fea5456d1521310b7f9201ceacb9cf3fc0 /communities/red-right-hand/174bg.net/src/app/layout.js | |
| parent | 005a92d247e42d56a4f950f1f8c730686e6e5a88 (diff) | |
| download | unnamed-group-bf489b65223b424c0bba10f919ef269c39a813b1.tar unnamed-group-bf489b65223b424c0bba10f919ef269c39a813b1.tar.gz unnamed-group-bf489b65223b424c0bba10f919ef269c39a813b1.tar.bz2 unnamed-group-bf489b65223b424c0bba10f919ef269c39a813b1.tar.xz unnamed-group-bf489b65223b424c0bba10f919ef269c39a813b1.zip | |
remove terminal
Diffstat (limited to 'communities/red-right-hand/174bg.net/src/app/layout.js')
| -rw-r--r-- | communities/red-right-hand/174bg.net/src/app/layout.js | 6 |
1 files changed, 1 insertions, 5 deletions
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`} > - <body className="min-h-full flex flex-col"> - <TerminalOverlay /> - {children} - </body> + <body className="min-h-full flex flex-col">{children}</body> </html> ); } |
