We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7140cff commit ed92541Copy full SHA for ed92541
snippets/theme-card.mdx
@@ -10,7 +10,7 @@ export const ThemeCard = ({ title, description, image, href }) => {
10
</div>
11
<div className="flex-1">
12
<a href={href}>
13
- <img className="mt-0 rounded-xl" src={image} alt={title} style={{ pointerEvents: 'none' }} />
+ <img className="mt-0 rounded-xl hover:scale-105 transition-all" src={image} alt={title} />
14
</a>
15
16
0 commit comments