mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-10 07:25:35 +00:00
feat: recreate link action dropdown
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user