Skip to content

Commit

Permalink
feat: support-link (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
anantJjain authored Mar 4, 2024
1 parent 6a6781a commit d5d4382
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ const Footer = () => {
Privacy
</div>
</Link>
<Link to="https://github.com/elixir-cloud-aai/krini/issues" target='_blank'>
<div className="hover:underline hover:text-gray-300 cursor-pointer">
Support
</div>
</Link>
</div>
<div>&#169; 2022 Krini. All rights reserved.</div>
</div>
Expand Down

0 comments on commit d5d4382

Please sign in to comment.