style(figlet): update default text and remove search keyboard hint

This commit is contained in:
2026-02-23 09:46:35 +01:00
parent 6fbcdd3674
commit 90b045f349
7 changed files with 7 additions and 162 deletions

View File

@@ -9,12 +9,6 @@ export default function FigletPage() {
<p className="text-muted-foreground">
ASCII Art Text Generator with 373 Fonts
</p>
<div className="mt-3 flex flex-wrap gap-2 text-xs text-muted-foreground">
<kbd className="px-2 py-1 bg-muted rounded border">/</kbd>
<span>Focus Search</span>
<kbd className="px-2 py-1 bg-muted rounded border ml-3">ESC</kbd>
<span>Clear Search</span>
</div>
</div>
<FigletConverter />
</div>