|
|
|
@ -162,11 +162,11 @@ function Detail() {
|
|
|
|
|
<Row gutter={{ md: 24 }}>
|
|
|
|
|
<Col span={12} style={{height: '100%'}} >
|
|
|
|
|
<iframe id="msdoc-iframe-reservation" title="msdoc-iframe-reservation" src={reservationPreviewUrl} frameBorder="0" style={{ width: '100%', height: '600px' }}></iframe>
|
|
|
|
|
<Button type='link' target='_blank' href={reservationUrl}>Download reservation</Button>
|
|
|
|
|
<Button type='link' target='_blank' href={reservationUrl}>Download Itinerary</Button>
|
|
|
|
|
</Col>
|
|
|
|
|
<Col span={12} style={{height: '100%'}} >
|
|
|
|
|
<iframe id="msdoc-iframe-name-card" title="msdoc-iframe-name-card" src={nameCardPreviewUrl} frameBorder="0" style={{ width: '100%', height: '600px' }}></iframe>
|
|
|
|
|
<Button type='link' target='_blank' href={nameCardUrl}>Download card</Button>
|
|
|
|
|
<Button type='link' target='_blank' href={nameCardUrl}>Download Name Card</Button>
|
|
|
|
|
</Col>
|
|
|
|
|
</Row>
|
|
|
|
|
<Row>
|
|
|
|
|