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 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 (
<>