We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f3e136 commit b0b0703Copy full SHA for b0b0703
docs/snippets/GithubLinkNote.mdx
@@ -1,5 +1,5 @@
1
export const GithubLinkNote = ({link}) => (
2
<Info>
3
- <div className="flex gap-5 items-center">View Source on <a target="_blank" rel="noopener noreferrer" href={link}> Github</a></div>
+ <div className="flex gap-2 items-center">View Source on <a target="_blank" rel="noopener noreferrer" href={link}>Github</a></div>
4
</Info>
5
)
0 commit comments