Commit 7679e70
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
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
0 commit comments