mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-08 00:22:15 +01:00
🎨 one line becomes multiline
This commit is contained in:
@@ -325,7 +325,13 @@ const BookmarkItemContent = ({ item }: { item: BookmarkItem }) => {
|
||||
const { colorScheme } = useMantineTheme();
|
||||
return (
|
||||
<Group spacing="0rem 1rem">
|
||||
<Image hidden={item.hideIcon} src={item.iconUrl} width={47} height={47} fit="contain" withPlaceholder />
|
||||
<Image
|
||||
hidden={item.hideIcon}
|
||||
src={item.iconUrl}
|
||||
width={47}
|
||||
height={47}
|
||||
fit="contain"
|
||||
withPlaceholder />
|
||||
<Stack spacing={0}>
|
||||
<Text size="md">{item.name}</Text>
|
||||
<Text
|
||||
|
||||
Reference in New Issue
Block a user