@ludo.ninja/components 2.2.21 → 2.2.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -236,7 +236,7 @@ const OpportunityCard = ({ opportunity, toolsForRemove, }) => {
236
236
  }));
237
237
  const getMediaENVDomain = (0, env_1.useEnvStore)((state) => state.getMediaDomain);
238
238
  const isProd = (0, env_1.useEnvStore)((state) => state.isProd);
239
- return ((0, jsx_runtime_1.jsxs)(SWrapperLink, { href: opportunity.projectUrl || opportunity.shareLink || "", target: "_blank", children: [(0, jsx_runtime_1.jsxs)(StyledCardHead, { children: [(0, jsx_runtime_1.jsx)(OpportunityImage, { alt: opportunity.name, src: opportunity.media
239
+ return ((0, jsx_runtime_1.jsxs)(SWrapperLink, { href: opportunity.shareLink || opportunity.projectUrl || "", target: "_blank", children: [(0, jsx_runtime_1.jsxs)(StyledCardHead, { children: [(0, jsx_runtime_1.jsx)(OpportunityImage, { alt: opportunity.name, src: opportunity.media
240
240
  ? `${getMediaENVDomain()}/opportunity-medias/${opportunity.media}`
241
241
  : "" }), (0, jsx_runtime_1.jsx)(Headicons_1.default, { isMobile: isMobile, onClick: (e) => {
242
242
  e.stopPropagation();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ludo.ninja/components",
3
- "version": "2.2.21",
3
+ "version": "2.2.22",
4
4
  "private": false,
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",