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

@@ -2,7 +2,7 @@
import { motion } from 'framer-motion';
import ToolCard from './ToolCard';
import { ColorIcon, UnitsIcon, FigletIcon, MediaIcon } from '@/components/AppIcons';
import { ColorIcon, UnitsIcon, ASCIIIcon, MediaIcon } from '@/components/AppIcons';
const tools = [
{
@@ -24,13 +24,13 @@ const tools = [
icon: <UnitsIcon className="w-12 h-12 text-white" />,
},
{
title: 'Figlet',
title: 'ASCII',
description: 'ASCII art text generator with 373 fonts. Create stunning text banners, terminal art, and retro designs with live preview and multiple export formats.',
url: '/figlet',
url: '/ascii',
gradient: 'gradient-yellow-amber',
accentColor: '#eab308',
badges: ['Open Source', 'ASCII Art', 'Free'],
icon: <FigletIcon className="w-12 h-12 text-white" />,
icon: <ASCIIIcon className="w-12 h-12 text-white" />,
},
{
title: 'Media',