From b34315f8364c29bfcc3e9fad4225de8df5fa2156 Mon Sep 17 00:00:00 2001 From: Pradeeppon01 Date: Thu, 11 Jul 2024 12:41:13 +0530 Subject: [PATCH] latest --- src/Components/PlayGrounds.jsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 ( <>