diff options
Diffstat (limited to 'communities/red-right-hand/174bg.net/src/components')
| -rw-r--r-- | communities/red-right-hand/174bg.net/src/components/TerminalOverlay/index.js | 2 |
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" /> |
