We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec2bba0 commit 59d502fCopy full SHA for 59d502f
components/Header/Header.js
@@ -7,7 +7,7 @@ const Header = () => {
7
return (
8
<Wrapper as="header">
9
<Logo href="/">UI Snippets</Logo>
10
- <GithubLink href="https://github.com/">
+ <GithubLink href="https://github.com/emilkowalski/ui-snippets" target="_blank">
11
<svg viewBox="0 0 24 24" width="24" height="24" fill="currentColor">
12
<path
13
fillRule="evenodd"
0 commit comments