Skip to content

Commit b0b0703

Browse files
nit: reduce gap in view source on github (#93)
1 parent 0f3e136 commit b0b0703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/snippets/GithubLinkNote.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const GithubLinkNote = ({link}) => (
22
<Info>
3-
<div className="flex gap-5 items-center">View Source on <a target="_blank" rel="noopener noreferrer" href={link}> Github</a></div>
3+
<div className="flex gap-2 items-center">View Source on <a target="_blank" rel="noopener noreferrer" href={link}>Github</a></div>
44
</Info>
55
)

0 commit comments

Comments
 (0)