aboutsummaryrefslogtreecommitdiff
path: root/communities/red-right-hand/174bg.net/src/components/TerminalOverlay/index.js
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-12 22:08:30 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-12 22:08:30 +0100
commit0f0b8ed3191210707965cc78ae626023c3b922f0 (patch)
tree4bea7a6cb53ba174876a4e4e1096a0c7f8122e2f /communities/red-right-hand/174bg.net/src/components/TerminalOverlay/index.js
parentc1ca45a0ba712de6fe222d4599fe12792c2271e0 (diff)
downloadunnamed-group-0f0b8ed3191210707965cc78ae626023c3b922f0.tar
unnamed-group-0f0b8ed3191210707965cc78ae626023c3b922f0.tar.gz
unnamed-group-0f0b8ed3191210707965cc78ae626023c3b922f0.tar.bz2
unnamed-group-0f0b8ed3191210707965cc78ae626023c3b922f0.tar.xz
unnamed-group-0f0b8ed3191210707965cc78ae626023c3b922f0.zip
add clerk auth
Diffstat (limited to 'communities/red-right-hand/174bg.net/src/components/TerminalOverlay/index.js')
-rw-r--r--communities/red-right-hand/174bg.net/src/components/TerminalOverlay/index.js2
1 files changed, 1 insertions, 1 deletions
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
index 6053949..2d7c5da 100644
--- a/communities/red-right-hand/174bg.net/src/components/TerminalOverlay/index.js
+++ b/communities/red-right-hand/174bg.net/src/components/TerminalOverlay/index.js
@@ -10,7 +10,7 @@ export default function TerminalOverlay() {
<>
<button
onClick={() => setOpen(true)}
- className="fixed top-4 right-4 bg-gray-800 text-white p-3 rounded-full shadow-lg hover:bg-gray-700 transition-colors z-50"
+ className="fixed bottom-4 right-4 bg-gray-800 text-white p-3 rounded-full shadow-lg hover:bg-gray-700 transition-colors z-50"
title="Access the web terminal"
>
<CommandLineIcon className="h-5 w-5" />