Skip to content

Commit 9d0ab4a

Browse files
authored
Flytter sjekk på visning utenfor lenken (#2205)
1 parent c129717 commit 9d0ab4a

File tree

1 file changed

+9
-9
lines changed
  • packages/nextjs/src/components/_common/contact-option/CallOption

1 file changed

+9
-9
lines changed

packages/nextjs/src/components/_common/contact-option/CallOption/CallOption.tsx

+9-9
Original file line numberDiff line numberDiff line change
@@ -98,16 +98,16 @@ export const CallOption = ({
9898
specialOpeningHours={specialOpeningHours}
9999
/>
100100
)}
101-
<LenkeBase
102-
analyticsLinkGroup={layoutConfig.title}
103-
className={style.moreLink}
104-
href={getContactUrl()}
105-
>
106-
{!hideMoreLink && (
101+
{!hideMoreLink && (
102+
<LenkeBase
103+
analyticsLinkGroup={layoutConfig.title}
104+
className={style.moreLink}
105+
href={getContactUrl()}
106+
>
107107
<BodyShort as="span">{sharedTranslations.seeMoreOptions}</BodyShort>
108-
)}
109-
</LenkeBase>
110-
</div>
108+
</LenkeBase>
109+
)}
110+
</div>
111111
</div>
112112
);
113113
};

0 commit comments

Comments
 (0)