refactor: replace TextIcon with TypeIcon in media panel tabs

This commit is contained in:
Maze Winther
2025-07-03 22:06:43 +02:00
parent f991d707ea
commit 8f365915a2

View File

@ -3,12 +3,12 @@ import {
ArrowLeftRightIcon, ArrowLeftRightIcon,
SparklesIcon, SparklesIcon,
StickerIcon, StickerIcon,
TextIcon,
MusicIcon, MusicIcon,
VideoIcon, VideoIcon,
BlendIcon, BlendIcon,
SlidersHorizontalIcon, SlidersHorizontalIcon,
LucideIcon, LucideIcon,
TypeIcon,
} from "lucide-react"; } from "lucide-react";
import { create } from "zustand"; import { create } from "zustand";
@ -33,7 +33,7 @@ export const tabs: { [key in Tab]: { icon: LucideIcon; label: string } } = {
label: "Audio", label: "Audio",
}, },
text: { text: {
icon: TextIcon, icon: TypeIcon,
label: "Text", label: "Text",
}, },
stickers: { stickers: {