Skip to content

Commit 59d502f

Browse files
committed
Add valid github link
1 parent ec2bba0 commit 59d502f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Header/Header.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const Header = () => {
77
return (
88
<Wrapper as="header">
99
<Logo href="/">UI Snippets</Logo>
10-
<GithubLink href="https://github.com/">
10+
<GithubLink href="https://github.com/emilkowalski/ui-snippets" target="_blank">
1111
<svg viewBox="0 0 24 24" width="24" height="24" fill="currentColor">
1212
<path
1313
fillRule="evenodd"

0 commit comments

Comments
 (0)