Title update... I didnt make this match the other pages
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m58s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m58s
This commit is contained in:
@ -7,8 +7,11 @@ import "../styles/global.css";
|
|||||||
<Layout>
|
<Layout>
|
||||||
<div class="container mx-auto p-4 max-w-6xl w-full">
|
<div class="container mx-auto p-4 max-w-6xl w-full">
|
||||||
<div class="mb-4 text-center">
|
<div class="mb-4 text-center">
|
||||||
<h1 class="text-2xl font-bold text-primary mb-2">Terminal Mode</h1>
|
<h1
|
||||||
<p class="text-base-content/70">Type 'help' to get started.</p>
|
class="text-3xl sm:text-4xl font-bold text-primary mb-6 sm:mb-8 text-center"
|
||||||
|
>
|
||||||
|
Terminal
|
||||||
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="h-[60vh] max-h-[500px] min-h-[400px]">
|
<div class="h-[60vh] max-h-[500px] min-h-[400px]">
|
||||||
<TerminalComponent client:load />
|
<TerminalComponent client:load />
|
||||||
|
Reference in New Issue
Block a user