Skip to content

Commit

Permalink
chore: update reference to OldVersions/Timetravel 😏
Browse files Browse the repository at this point in the history
  • Loading branch information
joseglego committed Jul 5, 2023
1 parent 459bec8 commit 9cf1549
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function Footer () {
<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>You can find the code in <a href="https://github.com/joseglego/joseglego.github.io/tree/feat/next-version">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">2016 version</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}>
<a className={styles.footerSocialLink} target="_blank" href={data.socialLinkedinUrl} rel="noopener noreferrer">
Expand Down
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const data = {
analyticsId: process.env.NEXT_PUBLIC_ANALYTICS_ID,
oldJoseglego: 'https://old.joseglego.io',
oldJoseglego: 'https://timetravel.joseglego.io',
socialAll: 'josegLEGO',
socialEmail: 'me@joseglego.io',
socialGithubUser: 'joseglego',
Expand Down

0 comments on commit 9cf1549

Please sign in to comment.