fix: update ReferenceCards component for improved hover effects and quote handling

This commit is contained in:
Poyraz
2026-06-29 23:46:23 +03:00
parent edae5846f0
commit d925e02b83
2 changed files with 6 additions and 9 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export function ReferencesDetailContent() {
const t = useTranslations("About");
return (
<section className="flex h-full flex-col gap-4 overflow-y-auto">
<section className="flex flex-col gap-4 overflow-x-hidden">
<Link
href="/about"
className="inline-flex w-fit items-center rounded-sm border border-border px-3 py-1.5 text-sm text-muted-foreground transition-colors hover:text-foreground"