Fixing unescaped entity I believe

This commit is contained in:
Frank
2023-10-15 18:29:34 -06:00
parent f48b9568c1
commit b1ed07c39a
2 changed files with 1 additions and 2 deletions

View File

@@ -33,7 +33,6 @@ export const getStaticProps = wrapper.getStaticProps(
);
const Page = ({ page }: any) => {
console.log(page);
return (
<Internal>
<div className="my-24 md:my-36 w-3/4 mx-auto page-content">

View File

@@ -65,7 +65,7 @@ export default function Portfolio({ projects }: any): JSX.Element {
<h1 className="text-4xl md:text-[64px] mb-4 font-sans font-bold">
Portfolio
</h1>
<p>Here's all my latest projects, and the technologies used!</p>
<p>Here&apos;s all my latest projects, and the technologies used!</p>
</div>
<div className="container mb-12">
{/*