mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 15:05:35 +00:00
fix: remove forgotten character
This commit is contained in:
@@ -36,7 +36,12 @@ export default function CollectionItem({
|
|||||||
title={collection.name}
|
title={collection.name}
|
||||||
>
|
>
|
||||||
<FolderIcon className={classes.linkIcon} />
|
<FolderIcon className={classes.linkIcon} />
|
||||||
<Text lineClamp={1} maw={'200px'} style={{ wordBreak: 'break-all' }}>
|
<Text
|
||||||
|
lineClamp={1}
|
||||||
|
maw={'200px'}
|
||||||
|
w="100%"
|
||||||
|
style={{ wordBreak: 'break-all' }}
|
||||||
|
>
|
||||||
{collection.name}
|
{collection.name}
|
||||||
</Text>
|
</Text>
|
||||||
{showLinks && (
|
{showLinks && (
|
||||||
@@ -45,7 +50,7 @@ export default function CollectionItem({
|
|||||||
c="var(--mantine-color-gray-5)"
|
c="var(--mantine-color-gray-5)"
|
||||||
ml={4}
|
ml={4}
|
||||||
>
|
>
|
||||||
— {linksCount}0
|
— {linksCount}
|
||||||
</Text>
|
</Text>
|
||||||
)}
|
)}
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
Reference in New Issue
Block a user