]> git.openstreetmap.org Git - rails.git/commitdiff
Change dashboard heading levels
authorAnton Khorev <tony29@yandex.ru>
Thu, 22 Aug 2024 14:42:24 +0000 (17:42 +0300)
committerAnton Khorev <tony29@yandex.ru>
Thu, 22 Aug 2024 14:42:24 +0000 (17:42 +0300)
app/views/dashboards/show.html.erb

index a65597fefc4b732b7a80e60af4fd0d46ed29228d..6b988a8ec22500dfabd476f81d2c57a0e97b60c1 100644 (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" %>