diff --git a/src/components/Header.astro b/src/components/Header.astro index 69f7c6b..57ec707 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -15,7 +15,12 @@ const promptText = topic ? `barrett@ruth:~$ ${topic}` : "barrett@ruth:~$"; ---
- +
{promptText} @@ -49,4 +54,15 @@ const promptText = topic ? `barrett@ruth:~$ ${topic}` : "barrett@ruth:~$"; } + +