Skip to content

Commit

Permalink
fix: remove color override for credibility cards on terrasos
Browse files Browse the repository at this point in the history
  • Loading branch information
flagrede committed Nov 19, 2024
1 parent 47a2207 commit 91e597e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Box } from '@mui/material';
import { IS_REGEN } from 'lib/env';

import isString from '../../../utils/isString';
import { BlockContent } from '../../block-content';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ export const DetailsSection: React.FC<
title={card?.credibilityCard?.title as string}
descriptionRaw={card?.credibilityCard?.descriptionRaw}
icon={card?.credibilityCard?.icon?.asset?.url}
overrideIconColor={!IS_REGEN}
claims={
card?.claims?.map(claim => ({
description: claim?.description as string,
Expand Down

0 comments on commit 91e597e

Please sign in to comment.