Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Redande committed Oct 4, 2023
1 parent e320b6b commit eb33952
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions frontend/components/NewLayout/Modules/StudyModuleListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,6 @@ const ImageBackgroundBase = css`
z-index: -5;
`

const ImageBackground = styled("span", {
shouldForwardProp: (prop) => prop !== "src",
})<{ src: string }>`
${ImageBackgroundBase.styles};
filter: brightness(0) invert(1) opacity(20%);
background-image: url(${(props) => props.src});
`

const SkeletonBackground = styled("span")`
${ImageBackgroundBase.styles};
background-color: #eee;
Expand Down

0 comments on commit eb33952

Please sign in to comment.