latest
This commit is contained in:
parent
d606973faa
commit
b34315f836
|
|
@ -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 (
|
||||||
<>
|
<>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue