Skip to content

Commit

Permalink
[TDS-83] Add booking link parameters to open in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAndradeCS committed Aug 27, 2024
1 parent ef68cc9 commit cecf5e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class ConnectedItineraryBody extends Component {
{bookingUrl && (
<div className="booking-link">
<p>OR</p>
<a href={bookingUrl}>
<a href={bookingUrl} rel="noreferrer" target="_blank">
<Button className="tool-button">
<Icon type="book" withSpace />
<FormattedMessage id="common.forms.bookOnline" />
Expand Down

0 comments on commit cecf5e2

Please sign in to comment.