diff options
Diffstat (limited to 'app/page.tsx')
-rw-r--r-- | app/page.tsx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/page.tsx b/app/page.tsx index eeb99af..b044b16 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,4 +1,5 @@ -import React from 'react'; +import React from 'react' +import Link from 'next/link' import styles from '~/styles/index.module.css' @@ -39,7 +40,7 @@ export default function Index() { <p> <em>Note:</em> This is the information for our system in aggregate, - for individual info see our <a href="/about">about</a> page + for individual info see our <Link href="/about">about</Link> page </p> </main> ) |