mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-09 23:15:46 +01:00
🎨 Remove static element from add item selection
This commit is contained in:
@@ -77,11 +77,11 @@ export const AvailableElementTypes = ({
|
|||||||
icon={<IconStack size={40} strokeWidth={1.3} />}
|
icon={<IconStack size={40} strokeWidth={1.3} />}
|
||||||
onClick={onOpenWidgets}
|
onClick={onOpenWidgets}
|
||||||
/>
|
/>
|
||||||
<ElementItem
|
{/*<ElementItem
|
||||||
name="Static Element"
|
name="Static Element"
|
||||||
icon={<IconTextResize size={40} strokeWidth={1.3} />}
|
icon={<IconTextResize size={40} strokeWidth={1.3} />}
|
||||||
onClick={onOpenStaticElements}
|
onClick={onOpenStaticElements}
|
||||||
/>
|
/>*/}
|
||||||
</Group>
|
</Group>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user