Fixing unescaped entity I believe
This commit is contained in:
@@ -33,7 +33,6 @@ export const getStaticProps = wrapper.getStaticProps(
|
|||||||
);
|
);
|
||||||
|
|
||||||
const Page = ({ page }: any) => {
|
const Page = ({ page }: any) => {
|
||||||
console.log(page);
|
|
||||||
return (
|
return (
|
||||||
<Internal>
|
<Internal>
|
||||||
<div className="my-24 md:my-36 w-3/4 mx-auto page-content">
|
<div className="my-24 md:my-36 w-3/4 mx-auto page-content">
|
||||||
|
|||||||
@@ -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">
|
<h1 className="text-4xl md:text-[64px] mb-4 font-sans font-bold">
|
||||||
Portfolio
|
Portfolio
|
||||||
</h1>
|
</h1>
|
||||||
<p>Here's all my latest projects, and the technologies used!</p>
|
<p>Here's all my latest projects, and the technologies used!</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="container mb-12">
|
<div className="container mb-12">
|
||||||
{/*
|
{/*
|
||||||
|
|||||||
Reference in New Issue
Block a user