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 --- .../src/components/TerminalOverlay/index.js | 39 ---------------------- 1 file changed, 39 deletions(-) delete mode 100644 communities/red-right-hand/174bg.net/src/components/TerminalOverlay/index.js (limited to 'communities/red-right-hand/174bg.net/src/components/TerminalOverlay/index.js') diff --git a/communities/red-right-hand/174bg.net/src/components/TerminalOverlay/index.js b/communities/red-right-hand/174bg.net/src/components/TerminalOverlay/index.js deleted file mode 100644 index 2d7c5da..0000000 --- a/communities/red-right-hand/174bg.net/src/components/TerminalOverlay/index.js +++ /dev/null @@ -1,39 +0,0 @@ -"use client"; - -import { useState } from "react"; -import { CommandLineIcon, XMarkIcon } from "@heroicons/react/24/solid"; - -export default function TerminalOverlay() { - const [open, setOpen] = useState(false); - - return ( - <> - - - {open && ( -
-
- -