Skip to content

Commit

Permalink
Update Footer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mddanishyusuf authored Oct 9, 2022
1 parent 748b6d8 commit d2c1951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const Footer = function(props) {
<footer>
<div className="footer">
<div className="footer-inner">
<p>A community build by <Link href="/contributors"><a>contributors</a></Link> for Makers & Geeks</p>
<p>A community build by <Link href="/contributors"><a>contributors</a></Link> for Makers & Geeks and website build by @mddanishyusuf</p>
<p>Website by <a href="https://twitter.com/mddanishyusuf" target="_blank">@mddanishyusuf</a> and <a href="https://twitter.com/fajarsiddiqFS" target="_blank">@fajarsiddiqFS</a></p>
<p>Build with <a href="https://nextjs.org/" target="_blank">Next.js</a> + <a href="https://developer.github.com/" target="_blank">GitHub APIs</a> + <a href="http://glitch.com/" target="_blank">Glitch</a> + <a href="https://github.com/mddanishyusuf/dailyhack/issues" target="_blank">GitHub Issues CMS</a> + <a href="https://zeit.co" target="_blank">Zeit</a></p>
</div>
Expand Down Expand Up @@ -94,4 +94,4 @@ const Footer = function(props) {
)
}

export default Footer;
export default Footer;

0 comments on commit d2c1951

Please sign in to comment.