Skip to content

Commit

Permalink
fix(compositions): revert preview overlay in composition card (#9166)
Browse files Browse the repository at this point in the history
  • Loading branch information
luvkapur authored Sep 1, 2024
1 parent 4593eac commit f053666
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scopes/compositions/composition-card/composition-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ function _CompositionCard({

return (
<div {...rest} key={composition.identifier} className={classnames(styles.compositionCard, className)}>
<div className={styles.compositionPreview}>
{Composition}
<div className={styles.previewOverlay} />
</div>
<div className={styles.compositionPreview}>{Composition}</div>
<div className={styles.bottom}>
<span className={classnames(ellipsis, styles.displayName)}>{composition.displayName}</span>
{openCompositionLink && (
Expand Down

0 comments on commit f053666

Please sign in to comment.