File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import MembersAndAlumni from "@/components/team/membersAndAlumni";
33import Contact from "../contact/page" ;
44import TeamHeroSection from "@/components/team/teamHeroSection" ; // Client Component for the page's hero and motion logic
55
6- const MEMBERS_DATA_URL = 'https://raw.githubusercontent.com/amfoss/production-data/main/ members.json' ;
7- const ALUMNI_DATA_URL = 'https://raw.githubusercontent.com/amfoss/production-data/main/ alumni.json' ;
6+ const MEMBERS_DATA_URL = 'https://raw.githubusercontent.com/amfoss/production-data/members.json' ;
7+ const ALUMNI_DATA_URL = 'https://raw.githubusercontent.com/amfoss/production-data/alumni.json' ;
88async function fetchTeamData ( url ) {
99 try {
1010 const response = await fetch ( url ) ;
You can’t perform that action at this time.
0 commit comments