Skip to content

Commit

Permalink
Fix meetup event bug (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldon-b authored Oct 7, 2024
1 parent 0c8609d commit 727ae75
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions _includes/components/meetup-events.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@ <h2>Join us at one of our upcoming project nights!</h2>
<div class="usa-card__container">
<div class="usa-card__header">
<h3 id="meetup-next-event-date">We're still scheduling it!</h3>
<h4 id="meetup-next-event-title">Check back soon</h4>
</div>
<div class="usa-card__body">
<h4 id="meetup-next-event-title" class="margin-bottom-0">
Check back soon
</h4>
<p hidden id="meetup-next-event-details">
<span id="meetup-next-event-location"></span>
<br />
<span id="meetup-next-event-num-rsvps"></span> attendees
</p>
<p>
Expand All @@ -46,9 +49,9 @@ <h4 id="meetup-next-event-title">Check back soon</h4>
<div class="usa-card__container">
<div class="usa-card__header">
<h3 id="meetup-future-event-date"></h3>
<h4 id="meetup-future-event-title"></h4>
</div>
<div class="usa-card__body">
<h4 id="meetup-future-event-title" class="margin-bottom-0"></h4>
<p>
<span id="meetup-future-event-location"></span>
<br />
Expand Down

0 comments on commit 727ae75

Please sign in to comment.