Skip to content

Commit

Permalink
chore: update host information at footer
Browse files Browse the repository at this point in the history
  • Loading branch information
joseglego committed Jul 5, 2023
1 parent 9cf1549 commit fe6c8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function Footer () {
<div className={styles.footerContainer}>
<div className={styles.footerInfo}>
<div className={styles.joseglego}>JosegLEGO</div>
<p>Made from scratch by josegLEGO. Using <a href="https://nextjs.org/">Next.js</a>, and hosted in <a href="https://www.netlify.com/">Netlify</a>.</p>
<p>Made from scratch by josegLEGO. Using <a href="https://nextjs.org/">Next.js</a>, and hosted in <a href="https://vercel.com/">Vercel</a>.</p>
<p>You can find the code in <a href="https://github.com/joseglego/joseglego.github.io/">its Github Repo</a>, feel free to use it or provide feedback. Also, you can see the <a target="_blank" href={data.oldJoseglego} rel="noopener noreferrer">Previous versions</a></p>
</div>
<div className={styles.footerSocial}>
Expand Down

0 comments on commit fe6c8a6

Please sign in to comment.