diff options
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> |
