This commit is contained in:
Pradeeppon01 2024-07-11 12:41:13 +05:30
parent d606973faa
commit b34315f836
1 changed files with 8 additions and 8 deletions

View File

@ -4,18 +4,18 @@ import HomepageCard from "./HomepageCard";
const PlayGrounds = () => { const PlayGrounds = () => {
const cards = [ const cards = [
{ // {
title: "PART - A", // title: "PART - A",
url: "/Playground/PartA", // url: "/Playground/PartA",
}, // },
{ {
title: "PART - C", title: "PART - C",
url: "/Playground/PartC", url: "/Playground/PartC",
}, },
{ // {
title: "ATTENDENCE", // title: "ATTENDENCE",
url: "/Playground/Attendence", // url: "/Playground/Attendence",
}, // },
]; ];
return ( return (
<> <>