diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-10-16 22:15:37 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-10-16 22:15:37 -0400 |
| commit | 106f4c054f29f5d0219e2cb335deccc81c43dfe7 (patch) | |
| tree | bb7d6608f0ba57bb1cd9dc6b524828858685765c /pages | |
| parent | 5508880c4c3140f29651bcbbc568795ac1427b92 (diff) | |
| download | personal-website-106f4c054f29f5d0219e2cb335deccc81c43dfe7.tar.gz personal-website-106f4c054f29f5d0219e2cb335deccc81c43dfe7.tar.bz2 personal-website-106f4c054f29f5d0219e2cb335deccc81c43dfe7.zip | |
Made links open new tab
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/index.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/index.js b/pages/index.js index 604f9bd..03af0f5 100644 --- a/pages/index.js +++ b/pages/index.js @@ -43,8 +43,8 @@ export default function Home() { <div className="text-center justify-center font-bold pb-5 flex flex-col space-y-3"> <p>© Copyright 2018-2022 Andrew Lee</p> <p>Created using <a href="https://nextjs.org" className="link" target="_blank" rel="noopener noreferrer">Next.js</a>, and <a href="https://tailwindcss.com" className="link" target="_blank" rel="noopener noreferrer">Tailwind CSS</a>. Hosted on <a href="https://www.netlify.com" className="link" target="_blank" rel="noopener noreferrer">Netlify</a>.</p> - <p>This website is licensed under the <a href="https://www.gnu.org/licenses/gpl-3.0.en.html" className="link">GNU General Public License v3</a></p> - <p className="link"><a href="https://github.com/Alee14/personal-website">The source code of this website is publicly available.</a></p> + <p>This website is licensed under the <a href="https://www.gnu.org/licenses/gpl-3.0.en.html" className="link" target="_blank" rel="noopener noreferrer">GNU General Public License v3</a></p> + <p className="link"><a href="https://github.com/Alee14/personal-website">The source code of this website is publicly available</a></p> </div> </div> |
