We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c129717 commit 8f2f4efCopy full SHA for 8f2f4ef
packages/nextjs/src/components/_common/contact-option/CallOption/CallOption.tsx
@@ -98,16 +98,16 @@ export const CallOption = ({
98
specialOpeningHours={specialOpeningHours}
99
/>
100
)}
101
- <LenkeBase
102
- analyticsLinkGroup={layoutConfig.title}
103
- className={style.moreLink}
104
- href={getContactUrl()}
105
- >
106
- {!hideMoreLink && (
+ {!hideMoreLink && (
+ <LenkeBase
+ analyticsLinkGroup={layoutConfig.title}
+ className={style.moreLink}
+ href={getContactUrl()}
+ >
107
<BodyShort as="span">{sharedTranslations.seeMoreOptions}</BodyShort>
108
- )}
109
- </LenkeBase>
110
- </div>
+ </LenkeBase>
+ )}
+ </div>
111
</div>
112
);
113
};
0 commit comments