Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
daluclemas committed Jun 12, 2024
1 parent e59ff42 commit 32088a4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion src/components/activities/robotics/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
InfoCardHeader,
} from "../../shared-components";
import { roboticsHeroImage } from "../../../assets/images";
import { coursesSlider } from "../../../utils/appData";
// import { coursesSlider } from "../../../utils/appData";
import UpcomingEvents from "../UpcomingEvents";
import {
infoComponentSettings,
Expand Down
42 changes: 21 additions & 21 deletions src/utils/appData.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,29 +136,29 @@ export const coursesSlider = [
"Watch our collection of step-by-step video tutorials, designed to help you master Scratch coding concepts at your own pace.",
index: 3,
},
// {
// picture: cardPhoto5,
// cardHeading: "Coding Academy",
// cardParagraph:
// "Mauris ullamcorper tortor sed purus interdum, fermentum efficitur est dictu.",
// index: 4,
// },
{
picture: cardPhoto5,
cardHeading: "Coding Academy",
cardParagraph:
"Mauris ullamcorper tortor sed purus interdum, fermentum efficitur est dictu.",
index: 4,
},

// {
// picture: cardPhoto3,
// cardHeading: "Coding for Kids",
// cardParagraph:
// "Stuck for ideas? Browse through our library of project ideas and get inspired to create your own unique Scratch projects",
// index: 5,
// },
{
picture: cardPhoto3,
cardHeading: "Coding for Kids",
cardParagraph:
"Stuck for ideas? Browse through our library of project ideas and get inspired to create your own unique Scratch projects",
index: 5,
},

// {
// picture: cardPhoto6,
// cardHeading: "Coding Academy",
// cardParagraph:
// "Mauris ullamcorper tortor sed purus interdum, fermentum efficitur est dictu.",
// index: 6,
// },
{
picture: cardPhoto6,
cardHeading: "Coding Academy",
cardParagraph:
"Mauris ullamcorper tortor sed purus interdum, fermentum efficitur est dictu.",
index: 6,
},
];

export const upcomingEventsSlider = [
Expand Down

0 comments on commit 32088a4

Please sign in to comment.