diff options
-rw-r--r-- | pydis_site/templates/events/current_event.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/events/current_event.html b/pydis_site/templates/events/current_event.html index 68c4a72c..e099ccb6 100644 --- a/pydis_site/templates/events/current_event.html +++ b/pydis_site/templates/events/current_event.html @@ -2,7 +2,7 @@ {# Current/next event to promote #} <div class="box has-background-warning-light" style="padding: 2rem; padding-top: .75rem; margin-top: 2rem;"> - <small class="has-text-grey">Ongoing event</small> + <small class="has-text-grey">Recent event</small> <div class="columns is-3 mt-1" style="--columnGap: 0.75rem;"> <div class="column"> <h2 class="title is-4"><a href="https://pyweek.org/37/">PyWeek 37</a></h2> |