Skip to content

Commit

Permalink
fix: link offset
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, 2023
1 parent 8743465 commit 856396d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/markdown/renderers/link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const MLink: FC<{
</a>
)}

<i className="icon-[mingcute--external-link-line]" />
<i className="icon-[mingcute--external-link-line] translate-y-[2px]" />
</span>
),
[
Expand Down

1 comment on commit 856396d

@vercel
Copy link

@vercel vercel bot commented on 856396d Jul 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

shiro – ./

shiro-git-main-innei.vercel.app
shiro-innei.vercel.app
springtide.vercel.app
innei.in

Please sign in to comment.