diff --git a/src/components/Dots.tsx b/src/components/Dots.tsx index d9ccdd5..f1e0192 100644 --- a/src/components/Dots.tsx +++ b/src/components/Dots.tsx @@ -111,7 +111,7 @@ const Dots = ({ }, []); return
; }; diff --git a/src/pages/projects.tsx b/src/pages/projects.tsx index f756f7e..d9f2cbd 100644 --- a/src/pages/projects.tsx +++ b/src/pages/projects.tsx @@ -27,30 +27,40 @@ export async function getStaticProps(): Promise