Skip to content

Commit

Permalink
remove CardBackgroundImage
Browse files Browse the repository at this point in the history
  • Loading branch information
atalyaalon authored Mar 3, 2024
1 parent b0a4a37 commit 4d185e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/molecules/card/AnyWayCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import CardHeader from './CardHeader';
import SocialShare from 'components/atoms/SocialShare';
import { FooterVariant, getWidgetVariant, HeaderVariant } from 'services/widgets.style.service';
import { getSizes } from './card.util';
import CardBackgroundImage from './CardBackgroundImage';
import CardFooter from './CardFooter';
import CardEditor from 'components/organisms/CardEditorDialog';
import { transparent } from 'style';
Expand Down Expand Up @@ -151,9 +150,6 @@ const AnyWayCard: FC<IProps> = ({
<>
<Card ref={refFn} className={classes.root} variant="outlined">
<Box height={sizes.height} width={sizes.width} position="relative" padding={3}>
{/* BACKGROUND IMAGE */}
{/* <CardBackgroundImage variant={variant.header} /> */}

{/* HEADER */}
{variant.header !== HeaderVariant.None && (
<Box height={sizes.headerHeight} width="100%">
Expand Down

0 comments on commit 4d185e2

Please sign in to comment.