Skip to content

Commit

Permalink
Fix h3 tag (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
crespire authored Dec 31, 2024
1 parent 51ed946 commit 2aaecd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/events/_event.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</div>
<% end %>
<% if event.sponsor %>
<h3 Sponsor</h3>
<h3>Sponsor</h3>
<div class="flex justify-center items-center">
<%= link_to event.sponsor_link do %>
<% if event.sponsor_logo.present? %>
Expand Down

0 comments on commit 2aaecd2

Please sign in to comment.