refactor: replace TextIcon with TypeIcon in media panel tabs
This commit is contained in:
@ -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: {
|
||||
|
Reference in New Issue
Block a user