the prompt now displays and repeats on enter

This commit is contained in:
2025-02-04 23:55:09 -05:00
parent 1306a23ec8
commit bb7e2a4ae3
10 changed files with 101 additions and 46 deletions

View File

@ -1,7 +1,7 @@
---
import Webpage from '../layouts/Webpage.astro';
import Motd from '../components/terminal/motd.astro';
import Terminal from '../components/react/terminal';
import Terminal from '../components/react/terminal/exec';
---
<Webpage title="Home">
@ -31,5 +31,7 @@ import Terminal from '../components/react/terminal';
width: 90%;
/* Pester me when this gets undrafted */
caret-shape: block;
&:disabled { color: white }
}
</style>