remove "Listing" from titles

This commit is contained in:
2022-02-15 17:33:07 -05:00
parent a727fa67cf
commit bcceb0434d
7 changed files with 6 additions and 7 deletions

View File

@ -1,6 +1,6 @@
<div class="flex flex-col space-y-8 justify-center items-center">
<h1 class="title text-2xl title-primary-500">
<%= gettext("Listing Invites") %>
<%= gettext("Invites") %>
</h1>
<%= if @invites |> Enum.empty?() do %>