Skip to content
Closed
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion app/(public)/creators/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const teamMembers = [
{
id: "ramoo",
name: "Ramoo Kachhee",
role: "Content Contributor",
role: "Content Contributor & Full Stack Developer",
bio: "Actively contributes to Hyper Learning by curating and uploading essential study materials, including PYQs, syllabuses, and question papers.",
image: "https://avatars.githubusercontent.com/u/231412959?v=4",
socials: {
Expand All @@ -62,6 +62,7 @@ const teamMembers = [
email: "mailto:ramoo@hyperlearning.tech",
},
icon: GraduationCap,
badge: "Co-Founder & Co",
},
];

Expand Down
Loading