Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed ideas for mearn meet and link tree generator #135

Merged
merged 1 commit into from
Jan 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/pages/allProjects/SlideData.js
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ const SliderData = [
{
org_name: "GDSC",
title: "Mearn Meet App",
Ideas: ["This site will let you choose a different theme and create your Linktree easily where all your social links are stored","The app to get your link tree paste link and get your link tree link."],
Ideas: ["A peer-to-peer meeting/video calling app which enables you to meet with people virtually and listen to music with themand a chat feature if you want to share anything."],
mentors: [{name: "Arti Manputra", link: "mailto:[email protected]"},{name: "Kunal Umap", link:"mailto:[email protected]"},{name: "Arpit Pandey", link:"mailto:[email protected]"}],
repo_link: "https://github.com/kunal-umap/mearn-meet-app",
org_img: gdsc,
Expand All @@ -831,7 +831,7 @@ const SliderData = [
{
org_name: "GDSC",
title: "LinkTree Generator",
Ideas: ["A peer-to-peer meeting/video calling app which enables you to meet with people virtually and listen to music with themand a chat feature if you want to share anything"],
Ideas: ["This site will let you choose a different theme and create your Linktree easily where all your social links are stored","The app to get your link tree paste link and get your link tree link."],
mentors: [{name: "Arti Manputra", link: "mailto:[email protected]"},{name: "Kunal Umap", link:"mailto:[email protected]"},{name: "Arpit Pandey", link:"mailto:[email protected]"}],
repo_link: "https://github.com/kunal-umap/LinkTreeGenerator",
org_img: gdsc,
Expand Down