From b1ed07c39a233478617497e2dbf70fee1883180c Mon Sep 17 00:00:00 2001 From: Frank Date: Sun, 15 Oct 2023 18:29:34 -0600 Subject: [PATCH] Fixing unescaped entity I believe --- src/pages/[slug].tsx | 1 - src/pages/portfolio/index.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/[slug].tsx b/src/pages/[slug].tsx index 6877574..1bab9cb 100644 --- a/src/pages/[slug].tsx +++ b/src/pages/[slug].tsx @@ -33,7 +33,6 @@ export const getStaticProps = wrapper.getStaticProps( ); const Page = ({ page }: any) => { - console.log(page); return (
diff --git a/src/pages/portfolio/index.tsx b/src/pages/portfolio/index.tsx index 93aa9c0..932d5e5 100644 --- a/src/pages/portfolio/index.tsx +++ b/src/pages/portfolio/index.tsx @@ -65,7 +65,7 @@ export default function Portfolio({ projects }: any): JSX.Element {

Portfolio

-

Here's all my latest projects, and the technologies used!

+

Here's all my latest projects, and the technologies used!

{/*