Move guest links to guest.hotelsync.ru subdomain
/review/:slug and /room-service/:slug guest pages now link to guest.hotelsync.ru instead of app.hotelsync.ru Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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<Review['source'], string> = { qr: 'QR-код', email: 'Email', sms: 'SMS' }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user