Skip to content

Commit c3e50e2

Browse files
committed
Hide image tab
1 parent 89456b6 commit c3e50e2

File tree

1 file changed

+1
-1
lines changed
  • apps/studio/src/routes/editor/LayersPanel

1 file changed

+1
-1
lines changed

apps/studio/src/routes/editor/LayersPanel/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const LayersPanel = observer(() => {
5555
{capitalizeFirstLetter(TabValue.PAGES)}
5656
</TabsTrigger>
5757
<TabsTrigger
58-
className="bg-transparent py-2 px-1 text-xs hover:text-foreground-hover"
58+
className="bg-transparent py-2 px-1 text-xs hover:text-foreground-hover hidden"
5959
value={TabValue.IMAGES}
6060
>
6161
<div className="flex items-center gap-1">

0 commit comments

Comments
 (0)