Skip to content

Commit

Permalink
Update event.html
Browse files Browse the repository at this point in the history
Change word "sponsors" to "supporters"
  • Loading branch information
mattstibbs authored Sep 5, 2024
1 parent 4e08e3c commit ce4a3ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/event.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h2>Projects</h2>
{% assign sponsors = site.sponsors | where_exp:"item", "item.events[page.hackday]" %}
{% if sponsors.size > 0 %}
<h2>Sponsors</h2>
<h3>NHS Hack Day would not be possible without the help of our excellent sponsors.</h3>
<h3>NHS Hack Day would not be possible without the help of our excellent supporters.</h3>
<ul class="sponsors">
{% for sponsor in sponsors %}
<li>
Expand All @@ -61,4 +61,4 @@ <h3>NHS Hack Day would not be possible without the help of our excellent sponsor
{% endfor %}
</ul>
{% endif %}
</div>
</div>

0 comments on commit ce4a3ef

Please sign in to comment.