feat: recreate link action dropdown

This commit is contained in:
Sonny
2024-11-04 00:33:21 +01:00
committed by Sonny
parent 6f807e51e8
commit 8953b9a64e
3 changed files with 71 additions and 25 deletions

View File

@@ -11,7 +11,7 @@ export const FavoriteItem = ({
}) => (
<Card className={styles.linkWrapper} radius="sm" withBorder>
<Group justify="center" gap="xs">
<LinkFavicon url={url} />
<LinkFavicon size={32} url={url} />
<ExternalLinkStyled href={url} style={{ flex: 1 }}>
<div className={styles.linkName}>
<Text lineClamp={1}>{name} </Text>