From 8f365915a24c0b45942e9be88a9858a1127ddae0 Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Thu, 3 Jul 2025 22:06:43 +0200 Subject: [PATCH] refactor: replace TextIcon with TypeIcon in media panel tabs --- apps/web/src/components/editor/media-panel/store.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/components/editor/media-panel/store.ts b/apps/web/src/components/editor/media-panel/store.ts index a9a1e68..9668f28 100644 --- a/apps/web/src/components/editor/media-panel/store.ts +++ b/apps/web/src/components/editor/media-panel/store.ts @@ -3,12 +3,12 @@ import { ArrowLeftRightIcon, SparklesIcon, StickerIcon, - TextIcon, MusicIcon, VideoIcon, BlendIcon, SlidersHorizontalIcon, LucideIcon, + TypeIcon, } from "lucide-react"; import { create } from "zustand"; @@ -33,7 +33,7 @@ export const tabs: { [key in Tab]: { icon: LucideIcon; label: string } } = { label: "Audio", }, text: { - icon: TextIcon, + icon: TypeIcon, label: "Text", }, stickers: {