Skip to content

Commit

Permalink
fix: social link
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Jul 10, 2024
1 parent fb00b1d commit 4e26b42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ui/rich-link/SocialSourceLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ export const SocialSourceLink: FC<{
if (!urlPrefix) return null

return (
<span className="mx-1 inline-flex items-center space-x-1 align-text-bottom">
<span className="mx-1 space-x-1 align-text-bottom">
<Favicon source={source} />
<a
target="_blank"
rel="noreferrer nofollow"
rel="noreferrer nofollow inline"
href={href ?? `${urlPrefix}${name}`}
className="underline-offset-2"
>
Expand Down

0 comments on commit 4e26b42

Please sign in to comment.