Removed H1 element with instance name from app layout (per #2780).

This commit is contained in:
Ivan Tashkinov 2020-10-29 19:39:50 +03:00
parent 1838f739d1
commit 3c0f3f21fc

View File

@ -14,7 +14,6 @@
</a>
</div>
<div class="container">
<h1><%= Pleroma.Config.get([:instance, :name]) %></h1>
<%= @inner_content %>
</div>
</body>