Posthog integration
This commit is contained in:
@@ -38,7 +38,8 @@ export default function FontCard({
|
||||
};
|
||||
|
||||
return (
|
||||
<div style={{ pointerEvents: "none" }}>
|
||||
// Dieses Attribut wurde entfernt, da es alle Klicks blockiert hat.
|
||||
<div>
|
||||
<Card className="bg-white/90 backdrop-blur-sm border-0 shadow-xl hover:shadow-2xl transition-all duration-300 overflow-hidden">
|
||||
<div className="p-6">
|
||||
<div className="flex items-center justify-between mb-4">
|
||||
@@ -111,4 +112,4 @@ export default function FontCard({
|
||||
</Card>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user