datasheet download
All checks were successful
Build & Deploy KLZ Cables / build-and-deploy (push) Successful in 4m1s

This commit is contained in:
2026-01-31 10:40:17 +01:00
parent 8a80eb7b9a
commit 9c54322654

View File

@@ -1,7 +1,7 @@
'use client';
import { useTranslations } from 'next-intl';
import { cn } from '@/components/ui/utils';
import { useTranslations } from 'next-intl';
interface DatasheetDownloadProps {
datasheetPath: string;
@@ -46,8 +46,6 @@ export default function DatasheetDownload({ datasheetPath, className }: Datashee
<div className="flex-1">
<div className="flex items-center gap-2 mb-1">
<span className="text-[10px] font-black uppercase tracking-[0.2em] text-accent">PDF Datasheet</span>
<div className="h-1 w-1 rounded-full bg-white/20" />
<span className="text-[10px] font-bold uppercase tracking-[0.1em] text-white/40">Technical Specs</span>
</div>
<h3 className="text-xl md:text-2xl font-black text-white uppercase tracking-tighter leading-none group-hover:text-accent transition-colors duration-300">
{t('downloadDatasheet')}