Skip to content

Commit 7679e70

Browse files
fix: resolve TypeScript build errors in CommunityPresenceSection (#14)
* fix: resolve TypeScript build errors in CommunityPresenceSection - Remove unused 'logoImage' import - Add missing 'logo' property to ECOSYSTEM_LINKS objects This fixes the deployment CI failure caused by strict TypeScript settings flagging: - Unused variables (TS6133) - Missing object properties (TS2339) * Update src/components/sections/CommunityPresenceSection.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e13720a commit 7679e70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/sections/CommunityPresenceSection.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import React from 'react';
22
import Button from '../Button';
33
import '../../styles/CommunityPresenceSection.css';
44
import { FaGithub, FaYoutube, FaFacebook, FaBlog } from 'react-icons/fa';
5-
import logoImage from '../../assets/images/elmentor-logo.svg';
65

76
const COMMUNITY_LINKS = [
87
{

0 commit comments

Comments
 (0)