Skip to content

Commit

Permalink
Merge pull request #837 from remap-keys/add-github-repo-link
Browse files Browse the repository at this point in the history
Add the new link to navigate to the GitHub repository of Remap.
  • Loading branch information
yoichiro committed Jun 1, 2024
2 parents 1e3d05c + 3b9394d commit 2fde4ca
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/common/footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ export default class Footer extends React.Component<
User Community
</a>
</div>
<div className="footer-content">
<a
href="https://github.com/remap-keys/remap"
target={'_blank'}
rel={'noreferrer'}
>
GitHub
</a>
</div>
<div className="footer-content">
<a
href="https://github.com/sponsors/yoichiro"
Expand Down

0 comments on commit 2fde4ca

Please sign in to comment.