Skip to content

Commit

Permalink
fix: set component to div to avoid rendering errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kin0992 committed Feb 23, 2024
1 parent d54c1e9 commit 0694fd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Cards/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ const Cards = ({ items, theme, text }: CardsProps) => {
width: { md: isMasonry ? '30%' : '100%', xs: '100%' },
textAlign: isMasonry ? 'left' : 'center',
}}
component={'div'}
>
<Typography variant="h2" mb={5} color={'inherit'}>
{text.title}
Expand Down

0 comments on commit 0694fd1

Please sign in to comment.