Skip to content

Commit a0b5cb4

Browse files
Merge pull request #63 from Koifish2004/fix/github-url-redirect
fix: updated github icon redirect url
2 parents b1031de + 0ea811c commit a0b5cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sitecomponents/Footer/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const Footer = () => {
4242
</a>
4343
</li>
4444
<li>
45-
<a className="category-link" href="https://github.com/layer5io/">
45+
<a className="category-link" href="https://github.com/layer5io/recognition">
4646
<img src={GithubIcon} alt="GitHub Icon" />
4747
Github
4848
</a>

0 commit comments

Comments
 (0)