forked from shibao/cannery
add version to home page
This commit is contained in:
parent
8cb8294ffd
commit
816d5649eb
@ -120,6 +120,13 @@ defmodule CanneryWeb.HomeLive do
|
||||
end %>
|
||||
</p>
|
||||
</li>
|
||||
|
||||
<li class="flex flex-row justify-center space-x-2">
|
||||
<b>Version:</b>
|
||||
<p>
|
||||
<%= Mix.Project.config[:version] %>
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user