fix keepalive blink cut short

This commit is contained in:
Michael Freno
2025-12-19 14:21:29 -05:00
parent 8f4fac422b
commit 14fafdc14d
5 changed files with 96 additions and 49 deletions

View File

@@ -40,7 +40,7 @@ export default function Home() {
<div>My Collection of By-the-ways:</div>
</Typewriter>
<Typewriter speed={50} keepAlive={false}>
<ul class="list-disc pl-8">
<ul class="list-disc pr-8">
<li>I use Neovim</li>
<li>I use Arch Linux</li>
<li>I use Rust</li>