|
|
|
|
@ -19,7 +19,7 @@ const CustomerImageViewer = () => {
|
|
|
|
|
<>
|
|
|
|
|
{showUploader ? (
|
|
|
|
|
<>
|
|
|
|
|
<Alert message="Information" description={<>You can view all travel-related Photos on this page, provided by your tour guides.<br/>We will not use your photos without authorization.</>} type="info" showIcon />
|
|
|
|
|
<Alert message="Information" description={<>You can view all travel-related Photos on this page, provided by your tour guides.<br/>Please rest assured that we will not use or share your photos anywhere without your prior consent.</>} type="info" showIcon />
|
|
|
|
|
<br />
|
|
|
|
|
<ImageViewer osskey={ossKey} overlist={true} />
|
|
|
|
|
</>
|
|
|
|
|
|