style: unify keyboard shortcut hints across tools using Pastel style
- Add shortcut hints below tool descriptions in Figlet and Units pages - Revert experimental button-based shortcut layout in Units - Remove redundant shortcut hints from Units footer - Ensure consistent kbd tag styling across the application
This commit is contained in:
@@ -9,6 +9,12 @@ 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>
|
||||
|
||||
Reference in New Issue
Block a user