Title update... I didnt make this match the other pages
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m58s

This commit is contained in:
2025-07-10 18:16:44 -06:00
parent 93b1260cc2
commit 8283597859

View File

@ -7,8 +7,11 @@ import "../styles/global.css";
<Layout>
<div class="container mx-auto p-4 max-w-6xl w-full">
<div class="mb-4 text-center">
<h1 class="text-2xl font-bold text-primary mb-2">Terminal Mode</h1>
<p class="text-base-content/70">Type 'help' to get started.</p>
<h1
class="text-3xl sm:text-4xl font-bold text-primary mb-6 sm:mb-8 text-center"
>
Terminal
</h1>
</div>
<div class="h-[60vh] max-h-[500px] min-h-[400px]">
<TerminalComponent client:load />