diff --git a/src/components/NavigationBar.tsx b/src/components/NavigationBar.tsx index 3e44656..59bccb7 100644 --- a/src/components/NavigationBar.tsx +++ b/src/components/NavigationBar.tsx @@ -1,6 +1,6 @@ import { useComputed, useSignal } from "@preact/signals"; import { useEffect } from "preact/hooks"; -import { Home, NotebookPen, FileText, CodeXml } from 'lucide-preact'; +import { Home, NotebookPen, FileText, CodeXml, Terminal as TerminalIcon } from 'lucide-preact'; interface NavigationBarProps { currentPath: string; @@ -132,6 +132,17 @@ export default function NavigationBar({ currentPath }: NavigationBarProps) { + +
{` + ==== ________ ___________ + _D _| |_______/ \\__I_I_____===__|_________| + |(_)--- | H\\________/ | | =|___ ___| _________________ + / | | H | | | | ||_| |_|| _| \\_____A + | | | H |__--------------------| [___] | =| | + | ________|___H__/__|_____/[][]~\\_______| | -| | + |/ | |-----------I_____I [][] [] D |=======|____|________________________|_ +__/ =| o |=-O=====O=====O=====O \\ ____Y___________|__|__________________________|_ + |/-=|___|= || || || |_____/~\\___/ |_D__D__D_| |_D__D__D_| + \\_/ \\__/ \\__/ \\__/ \\__/ \\_/ \\_/ \\_/ \\_/ \\_/`}+
Type 'help' to get started.
+