diff --git a/src/pages/ReviewsPage.tsx b/src/pages/ReviewsPage.tsx index cc8f3bf..7636f9f 100644 --- a/src/pages/ReviewsPage.tsx +++ b/src/pages/ReviewsPage.tsx @@ -96,7 +96,7 @@ const MOCK_REVIEWS: Review[] = [ }, ] -const REVIEW_LINK = 'https://app.hotelsync.ru/review/grand-palace' +const REVIEW_LINK = 'https://guest.hotelsync.ru/review/grand-palace' const SOURCE_LABEL: Record = { qr: 'QR-код', email: 'Email', sms: 'SMS' } diff --git a/src/pages/RoomServicePage.tsx b/src/pages/RoomServicePage.tsx index b2cd25c..9c18fb8 100644 --- a/src/pages/RoomServicePage.tsx +++ b/src/pages/RoomServicePage.tsx @@ -120,7 +120,7 @@ function elapsed(from: Date): string { type PageTab = 'orders' | 'menu' | 'settings' -const GUEST_LINK = 'https://app.hotelsync.ru/room-service/grand-palace' +const GUEST_LINK = 'https://guest.hotelsync.ru/room-service/grand-palace' export function RoomServicePage() { const { addNotification } = useNotifications()