From 8f2f4ef97df7783f9f595d4d2d4fd82ceb8dfd8e Mon Sep 17 00:00:00 2001 From: perolavm Date: Wed, 5 Mar 2025 09:42:01 +0100 Subject: [PATCH] =?UTF-8?q?Flytter=20sjekk=20p=C3=A5=20visning=20utenfor?= =?UTF-8?q?=20lenken?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../contact-option/CallOption/CallOption.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/nextjs/src/components/_common/contact-option/CallOption/CallOption.tsx b/packages/nextjs/src/components/_common/contact-option/CallOption/CallOption.tsx index 724823876..0fb0ab2fc 100644 --- a/packages/nextjs/src/components/_common/contact-option/CallOption/CallOption.tsx +++ b/packages/nextjs/src/components/_common/contact-option/CallOption/CallOption.tsx @@ -98,16 +98,16 @@ export const CallOption = ({ specialOpeningHours={specialOpeningHours} /> )} - - {!hideMoreLink && ( + {!hideMoreLink && ( + {sharedTranslations.seeMoreOptions} - )} - - + + )} + ); };