Skip to content

Commit

Permalink
Issue pythonsingapore#4: Add warning for AirBnB rental
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo Ibarra committed Jan 28, 2018
1 parent 978444b commit 8415630
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pages/venue.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,12 @@ const VenuePage = () => (

<h3>Homey</h3>
<p>
<a href="AirBnB listings">AirBnB listings for Singapore</a>
<ul>
<li><a href="AirBnB listings">AirBnB listings for Singapore</a></li>
Before booking yourself a place in AirBnB, please read through the legality around it <a href="https://www.airbnb.com.sg/help/article/858/singapore">here</a>.
</ul>
</p>

</ContentCard>
</div>
)
Expand Down

0 comments on commit 8415630

Please sign in to comment.