mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
refactor: replace TextIcon with TypeIcon in media panel tabs
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user