mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
homepage: add features events button
This commit is contained in:
parent
d603e93408
commit
94a9d188c9
1 changed files with 5 additions and 1 deletions
|
@ -99,12 +99,16 @@ for (const e of upcomingEvents) {
|
|||
<h1>Featured Upcoming Events</h1>
|
||||
</div>
|
||||
|
||||
<div class="mb-10">
|
||||
<div class="mb-6">
|
||||
{featuredEvents.map((event) => (
|
||||
<EventItem item={event} />
|
||||
))}
|
||||
</div>
|
||||
|
||||
<div class="mt-6">
|
||||
<a href="/events" class="button inverted"><button>Show all events</button></a>
|
||||
</div>
|
||||
|
||||
<div class="mt-16">
|
||||
<h1>Latest Articles</h1>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue