Skip to content

Commit

Permalink
feat: update footer message
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-b-84 committed Jul 16, 2024
1 parent 5bcc22f commit 09b7c39
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions frontend/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,22 @@ const Footer: React.FC<props> = ({ openModal }) => {
</div>
<footer>
<p>
Maintained by{" "}
Contribute to this project on{" "}
<strong>
<a
href="https://github.com/metakgp/gyfe"
target="_blank"
>
GitHub
</a>
</strong>{" "}
| Powered by{" "}
<strong>
<a target="_blank" href="https://metakgp.github.io/">
<span className="metakgp">MetaKGP</span>
</a>
</strong>{" "}
with<strong> ❤️ </strong>at{" "}
<a target="_blank" href="https://github.com/metakgp/gyfe">
<strong>GitHub</strong>
</a>
with ❤️
</p>
</footer>
</div>
Expand Down

0 comments on commit 09b7c39

Please sign in to comment.