aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/layout/card.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/molecules/layout/card.tsx')
-rw-r--r--src/components/molecules/layout/card.tsx8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/components/molecules/layout/card.tsx b/src/components/molecules/layout/card.tsx
index f39a430..722e5a5 100644
--- a/src/components/molecules/layout/card.tsx
+++ b/src/components/molecules/layout/card.tsx
@@ -65,13 +65,7 @@ export const Card: FC<CardProps> = ({
{cover ? (
<ResponsiveImage {...cover} className={styles.cover} />
) : null}
- <Heading
- // eslint-disable-next-line react/jsx-no-literals -- Hardcoded config
- alignment="center"
- className={styles.title}
- id={headingId}
- level={titleLevel}
- >
+ <Heading className={styles.title} id={headingId} level={titleLevel}>
{title}
</Heading>
</header>