diff --git a/src/Components/PlayGrounds.jsx b/src/Components/PlayGrounds.jsx index a81b173..9ae8c51 100644 --- a/src/Components/PlayGrounds.jsx +++ b/src/Components/PlayGrounds.jsx @@ -4,18 +4,18 @@ import HomepageCard from "./HomepageCard"; const PlayGrounds = () => { const cards = [ - { - title: "PART - A", - url: "/Playground/PartA", - }, + // { + // title: "PART - A", + // url: "/Playground/PartA", + // }, { title: "PART - C", url: "/Playground/PartC", }, - { - title: "ATTENDENCE", - url: "/Playground/Attendence", - }, + // { + // title: "ATTENDENCE", + // url: "/Playground/Attendence", + // }, ]; return ( <>