diff --git a/pages/projects.tsx b/pages/projects.tsx index feb0bcc..fd492c8 100644 --- a/pages/projects.tsx +++ b/pages/projects.tsx @@ -2,15 +2,13 @@ import type {NextPageWithLayout} from './_app' import type { ReactElement } from 'react' import Layout from '../components/layout' import { Section } from './index' -import Link from "next/link" +// import Link from "next/link" const Page: NextPageWithLayout = () => { return ( <>
-

Page under development...

-

While you wait, why not check out my GitHub? Or perhaps my very own git-server?

-

Or you could also go back to the home page.

+

GitHub Repositories

)