diff --git a/constants/homeHrefs.ts b/constants/homeHrefs.ts index 33fc26087..00bf00156 100644 --- a/constants/homeHrefs.ts +++ b/constants/homeHrefs.ts @@ -1,4 +1,3 @@ - export const homeHrefs = { development: { da: "https://stage.scandichotels.dk", @@ -17,11 +16,11 @@ export const homeHrefs = { sv: "https://www.scandichotels.se", }, test: { - da: "https://test2.scandichotels.dk", - de: "https://test2.scandichotels.de", - en: "https://test2.scandichotels.com", - fi: "https://test2.scandichotels.fi", - no: "https://test2.scandichotels.no", - sv: "https://test2.scandichotels.se", + da: "https://test.scandichotels.dk", + de: "https://test.scandichotels.de", + en: "https://test.scandichotels.com", + fi: "https://test.scandichotels.fi", + no: "https://test.scandichotels.no", + sv: "https://test.scandichotels.se", }, } diff --git a/constants/myBooking.ts b/constants/myBooking.ts index dab4e3423..2c7035c7b 100644 --- a/constants/myBooking.ts +++ b/constants/myBooking.ts @@ -16,11 +16,11 @@ export const myBooking = { sv: "https://www.scandichotels.se/hotelreservation/din-bokning", }, test: { - da: "https://test2.scandichotels.dk/hotelreservation/min-booking", - de: "https://test2.scandichotels.de/hotelreservation/my-booking", - en: "https://test2.scandichotels.com/hotelreservation/my-booking", - fi: "https://test2.scandichotels.fi/varaa-hotelli/varauksesi", - no: "https://test2.scandichotels.no/hotelreservation/my-booking", - sv: "https://test2.scandichotels.se/hotelreservation/din-bokning", + da: "https://test.scandichotels.dk/hotelreservation/min-booking", + de: "https://test.scandichotels.de/hotelreservation/my-booking", + en: "https://test.scandichotels.com/hotelreservation/my-booking", + fi: "https://test.scandichotels.fi/varaa-hotelli/varauksesi", + no: "https://test.scandichotels.no/hotelreservation/my-booking", + sv: "https://test.scandichotels.se/hotelreservation/din-bokning", }, }