Commit 66a1513
fix: resolve TypeScript build errors in CommunityPresenceSection (#15)
* 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 7679e70 commit 66a1513
1 file changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
7 | 14 | | |
8 | 15 | | |
9 | 16 | | |
| |||
29 | 36 | | |
30 | 37 | | |
31 | 38 | | |
32 | | - | |
| 39 | + | |
33 | 40 | | |
34 | 41 | | |
35 | 42 | | |
| |||
89 | 96 | | |
90 | 97 | | |
91 | 98 | | |
92 | | - | |
93 | 99 | | |
94 | 100 | | |
95 | 101 | | |
| |||
0 commit comments