diff --git a/src/components/content/Cards/ContentCard.tsx b/src/components/content/Cards/ContentCard.tsx index f429af74..8b39b4a1 100644 --- a/src/components/content/Cards/ContentCard.tsx +++ b/src/components/content/Cards/ContentCard.tsx @@ -18,7 +18,7 @@ * SPDX-License-Identifier: Apache-2.0 ********************************************************************************/ -import { Box, Typography, IconButton, useTheme } from '@mui/material' +import { Box, Typography, useTheme } from '@mui/material' import { CardChip, StatusVariants } from './CardChip' export interface ContentCardProps { @@ -40,21 +40,21 @@ export const ContentCard = ({