Skip to content

Commit

Permalink
fix: OpenCodeYard mentor email
Browse files Browse the repository at this point in the history
  • Loading branch information
skyrmi committed Jan 21, 2023
1 parent fd24fb7 commit 9175ad5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/allProjects/SlideData.js
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ const SliderData = [
org_name: "Open Codeyard",
title: "Official Client Side App",
Ideas: ["A higly configurable community website template built using Flutter. This repo contains source code for the official Flutter Client of Open CodeYard."],
mentors: [{name: "Shatanik Mahanty", email: "mailto:shatanikmahanty@gmail.com"}],
mentors: [{name: "Shatanik Mahanty", link: "mailto:shatanikmahanty@gmail.com"}],
repo_link: "https://github.com/OpenCodeyard/ocyclient",
org_img: openCodeyard,
tags: "all flutter app",
Expand All @@ -517,7 +517,7 @@ const SliderData = [
org_name: "Open Codeyard",
title: "Classroom Management System",
Ideas: ["A highly managable classroom management system app created using flutter"],
mentors: [{name: "Shatanik Mahanty", email: "mailto:shatanikmahanty@gmail.com"}],
mentors: [{name: "Shatanik Mahanty", link: "mailto:shatanikmahanty@gmail.com"}],
repo_link: "https://github.com/OpenCodeyard/Classroom",
org_img: openCodeyard,
tags: "all flutter app",
Expand Down

0 comments on commit 9175ad5

Please sign in to comment.