fix(SW-1273): move find my booking page to the correct folder after monorepo migration

This commit is contained in:
Christian Andolf
2025-02-26 13:18:42 +01:00
parent 7d3c0c96e3
commit 8f17622f21
5 changed files with 1 additions and 1 deletions

View File

@@ -100,7 +100,7 @@ export default function Form() {
{intl.formatMessage({ id: "Can't find your stay?" })} {intl.formatMessage({ id: "Can't find your stay?" })}
</Caption> </Caption>
<Caption> <Caption>
{intl.formatMessage<React.ReactNode>( {intl.formatMessage(
{ id: "Please call customer service at {phoneNr}" }, { id: "Please call customer service at {phoneNr}" },
{ phoneNr: <Link href="tel:XXXXXX">XXXXXX</Link> } { phoneNr: <Link href="tel:XXXXXX">XXXXXX</Link> }
)} )}