From d925e02b830d18bbb41a20ea39c9feb4e3452e03 Mon Sep 17 00:00:00 2001 From: Poyraz <78071274+poyrazavsever@users.noreply.github.com> Date: Mon, 29 Jun 2026 23:46:23 +0300 Subject: [PATCH] fix: update ReferenceCards component for improved hover effects and quote handling --- components/reference-cards.tsx | 13 +++++-------- components/references-detail-content.tsx | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/components/reference-cards.tsx b/components/reference-cards.tsx index 07556c4..33a1b59 100644 --- a/components/reference-cards.tsx +++ b/components/reference-cards.tsx @@ -12,25 +12,22 @@ type ReferenceCardsProps = { export function ReferenceCards({ className, cardClassName, lineClamp }: ReferenceCardsProps) { const locale = useLocale(); + const hoverClassName = + "transition-colors duration-200 group-hover:border-red-600/40 group-hover:bg-muted/30 group-hover:shadow-sm"; return (