diff --git a/components/Projects.js b/components/Projects.js
index c1d3244..a0f666f 100644
--- a/components/Projects.js
+++ b/components/Projects.js
@@ -84,7 +84,7 @@ export default function Projects(props) {
{Array(pageSize)
.fill(0)
.map((_, index) => {
- return ;
+ return ;
})}
)}