You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: support both icon and image rendering for competitive sites (#410)
Updated the CompetitiveSites component to support both icon-based and image-based rendering within the profile link.
- Added conditional logic to render either an icon (via iconifyClassname) or an image (via imageSrc).
- Ensured styling is applied consistently via logo.style.
- Maintained existing anchor tag structure with target and rel attributes for safe external linking.
This improves flexibility by allowing platforms without iconify support to use custom images.
0 commit comments