mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 07:55:52 +01:00
✨ Made addable integrations dynamic
This commit is contained in:
@@ -23,7 +23,7 @@ export const AvailableStaticTypes = ({ onClickBack }: AvailableStaticTypesProps)
|
||||
<GenericAvailableElementType
|
||||
name="Static Text"
|
||||
description="Display a fixed string on your dashboard"
|
||||
image={<IconCursorText />}
|
||||
image={IconCursorText}
|
||||
/>
|
||||
</Grid>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user