Skip to content

Commit 86e27d0

Browse files
committed
fix: disabled featured events
1 parent e975f31 commit 86e27d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/components/meetup-events.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div>
22
<!-- Featured Event Section -->
3-
<div class="margin-bottom-4">
3+
<!-- <div class="margin-bottom-4">
44
<h2>Featured Event</h2>
55
<p>Don't miss our upcoming special event!</p>
66
@@ -17,7 +17,7 @@ <h2>Featured Event</h2>
1717
</div>
1818
</li>
1919
</ul>
20-
</div>
20+
</div> -->
2121

2222
<!-- Regular Events Section -->
2323
<div>

0 commit comments

Comments
 (0)