Merged in fix/b-code-button-same-tab (pull request #2089)
hotfix/b-code error link opens in same tab * hotfix/b-code error link opens in same tab Approved-by: Joakim Jäderberg
This commit is contained in:
@@ -299,7 +299,11 @@ function BookingCodeError({ codeError }: { codeError: FieldError }) {
|
||||
"Dieser Code ist nur auf unserer englischen Website gültig"
|
||||
}
|
||||
</span>
|
||||
<ButtonLink href="https://www.scandichotels.com" variant="Tertiary">
|
||||
<ButtonLink
|
||||
target="_self"
|
||||
href="https://www.scandichotels.com"
|
||||
variant="Tertiary"
|
||||
>
|
||||
{/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */}
|
||||
{"Englischen Website"}
|
||||
</ButtonLink>
|
||||
|
||||
Reference in New Issue
Block a user