From 9c543226547bdd7b4ca7686ed4ba5bfdc91534b3 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Sat, 31 Jan 2026 10:40:17 +0100 Subject: [PATCH] datasheet download --- components/DatasheetDownload.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/components/DatasheetDownload.tsx b/components/DatasheetDownload.tsx index e3ff74f8..49d8f374 100644 --- a/components/DatasheetDownload.tsx +++ b/components/DatasheetDownload.tsx @@ -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
PDF Datasheet -
- Technical Specs

{t('downloadDatasheet')}