Skip to content

Commit cb23a30

Browse files
authored
Update ExploreSpacesSection.tsx
Signed-off-by: Aitor Alien <111972684+Alien69Flow@users.noreply.github.com>
1 parent 2d70d78 commit cb23a30

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/ExploreSpacesSection.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ const spaces = [{
77
id: 'academy',
88
title: 'Academy',
99
description: 'Unlock cosmic knowledge through comprehensive educational resources, courses, and tutorials in blockchain, finance, and sustainability.',
10-
icon: <img src="/AcademyLogo.png" alt="Academy" className="h-10 w-10 object-contain" />,
10+
icon: <img src="/lovable-uploads/AcademyLogo.png" alt="Academy" className="h-10 w-10 object-contain" />,
1111
link: '/academy'
1212
}, {
1313
id: 'clubs',
1414
title: 'Clubs',
1515
description: 'Join specialized communities focused on specific interests, technologies, and missions within the AlienFlowSpace ecosystem.',
16-
icon: <img src="/ClubLogo.png" alt="Clubs" className="h-10 w-10 object-contain" />,
16+
icon: <img src="/lovable-uploads/ClubLogo.png" alt="Clubs" className="h-10 w-10 object-contain" />,
1717
link: '/clubs'
1818
}, {
1919
id: 'conetworking',
2020
title: 'CoNetWorKing',
2121
description: 'Connect with like-minded individuals, projects, and initiatives across the multiverse to expand your network and opportunities.',
22-
icon: <img src="/CoNetWorKingLogo.png" alt="CoNetWorKing" className="h-10 w-10 object-contain" />,
22+
icon: <img src="/lovable-uploads/CoNetWorKingLogo.png" alt="CoNetWorKing" className="h-10 w-10 object-contain" />,
2323
link: '/conetworking'
2424
}];
2525

0 commit comments

Comments
 (0)