Skip to content
Snippets Groups Projects
Commit 4dd1c249 authored by libor.adamek's avatar libor.adamek
Browse files

Update Transportation.js

parent 98e57c5b
Branches
No related tags found
No related merge requests found
Pipeline #20242 passed
...@@ -68,6 +68,16 @@ const Transportation = () => { ...@@ -68,6 +68,16 @@ const Transportation = () => {
</div> </div>
*/} */}
<div className="grid md:grid-cols-3 gap-4 md:gap-4 content-block">
<VenueCard
street="Ulice"
city="Město"
gps="12.3456, 56.7890"
href="https://www.example.com"
title_short="Název místa"
/>
</div>
<div className="content-block"> <div className="content-block">
<h2>Jak se dostanu do Zlína?</h2> <h2>Jak se dostanu do Zlína?</h2>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment