Skip to content

Commit

Permalink
address of the venue
Browse files Browse the repository at this point in the history
  • Loading branch information
sassdavid committed Feb 23, 2024
1 parent 24a6de2 commit e33b8dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cards/Venue.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ const Venue = (props) => {
return (
<Card id="venue" style={props.style} onCloseArticle={props.onCloseArticle} articleClassName={props.articleClassName}>
<h2 className="major">A helyszín</h2>
<h3>Barabás villa</h3>
<h5>1122 Budapest, Városmajor u. 44.</h5>

<span className="image main">
<StaticImage formats={['auto', 'webp']} src="../../static/assets/villa.jpg" alt="Venue" />
</span>
Expand Down

0 comments on commit e33b8dd

Please sign in to comment.