From f73b603f9048d225abb22f221e00e04c84ae62be Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 22 Sep 2023 23:37:01 -0700 Subject: Remove shapes background from project page --- src/pages/projects.astro | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) (limited to 'src/pages/projects.astro') diff --git a/src/pages/projects.astro b/src/pages/projects.astro index d5f97c9..0da5cc1 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -2,7 +2,6 @@ import Layout from "../layouts/Layout.astro"; import SocialNavbar from "../components/SocialNavbar.astro"; import Card from "../components/Card.astro"; -import ShapesBackground from "../components/ShapesBackground.astro"; --- @@ -97,23 +96,21 @@ import ShapesBackground from "../components/ShapesBackground.astro"; -