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,
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: {