diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-02-10 21:04:59 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-02-10 21:04:59 -0500 |
| commit | 7a28663b1574cdcbc39483877dfdb1fbae4cf446 (patch) | |
| tree | 407ee59fc4a30f61c41a439f1226ac8b4b8fa551 /pages/index.js | |
| parent | b02b44130a58d01a2f5ced37c3b62ea7ffc88652 (diff) | |
| download | lawrence-hill-7a28663b1574cdcbc39483877dfdb1fbae4cf446.tar.gz lawrence-hill-7a28663b1574cdcbc39483877dfdb1fbae4cf446.tar.bz2 lawrence-hill-7a28663b1574cdcbc39483877dfdb1fbae4cf446.zip | |
More information and fixes
Diffstat (limited to 'pages/index.js')
| -rw-r--r-- | pages/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/index.js b/pages/index.js index fc07221..b88a251 100644 --- a/pages/index.js +++ b/pages/index.js @@ -12,7 +12,7 @@ export default function Home() { </Head> <main className={styles.main}> <div className={styles.titlelawrence}> - <h1>Welcome to Lawrence Hill website!</h1> + <h1>Welcome to the Lawrence Hill website!</h1> <img src="/Alee.svg" height="20%" width="20%"/> <h2>Made by Andrew Lee in Next.JS</h2> </div> |
