refactor: rename figlet app to ascii and update all references

This commit is contained in:
2026-02-26 12:31:10 +01:00
parent 484423f299
commit e1406f427e
455 changed files with 47 additions and 47 deletions

View File

@@ -1,7 +1,7 @@
'use client';
const FAVORITES_KEY = 'figlet-ui-favorites';
const RECENT_FONTS_KEY = 'figlet-ui-recent-fonts';
const FAVORITES_KEY = 'ascii-ui-favorites';
const RECENT_FONTS_KEY = 'ascii-ui-recent-fonts';
const MAX_RECENT = 10;
export function getFavorites(): string[] {