Change dashboard heading levels

This commit is contained in:
Anton Khorev 2024-08-22 17:42:24 +03:00
parent b71425f4b2
commit 9dcc5639fd

View file

@ -27,7 +27,7 @@
</div>
<div class="col-md">
<h3><%= t ".my friends" %></h3>
<h2><%= t ".my friends" %></h2>
<% if friends.empty? %>
<%= t ".no friends" %>
@ -45,7 +45,7 @@
<hr>
<h3><%= t ".nearby users" %></h3>
<h2><%= t ".nearby users" %></h2>
<% if nearby.empty? %>
<%= t ".no nearby users" %>