refactor: rename pastel app to color and update all references

This commit is contained in:
2026-02-26 12:19:22 +01:00
parent 061ea1d806
commit 484423f299
23 changed files with 55 additions and 64 deletions

View File

@@ -17,7 +17,7 @@ import { cn } from '@/lib/utils/cn';
import Logo from '@/components/Logo';
import { useSidebar } from './SidebarProvider';
import { Button } from '@/components/ui/button';
import { PastelIcon, UnitsIcon, FigletIcon, MediaIcon } from '@/components/AppIcons';
import { ColorIcon, UnitsIcon, FigletIcon, MediaIcon } from '@/components/AppIcons';
interface NavItem {
title: string;
@@ -46,9 +46,9 @@ const navigation: NavGroup[] = [
icon: <FigletIcon className="h-4 w-4" />
},
{
title: 'Pastel',
href: '/pastel',
icon: <PastelIcon className="h-4 w-4" />
title: 'Color Manipulation',
href: '/color',
icon: <ColorIcon className="h-4 w-4" />
},
{
title: 'Media Converter',