fix-mobile-qr-layout (#44)
Co-authored-by: Forgejo Actions <actions@git.mcintire.me> Reviewed-on: graham/towerops-web#44
This commit is contained in:
parent
8abf01ccb1
commit
72ab9274c7
1 changed files with 2 additions and 2 deletions
|
|
@ -108,7 +108,7 @@ defmodule ToweropsWeb.MobileQRLive do
|
|||
@impl true
|
||||
def render(assigns) do
|
||||
~H"""
|
||||
<Layouts.app flash={@flash} timezone={@timezone}>
|
||||
<Layouts.authenticated flash={@flash} current_scope={@current_scope}>
|
||||
<div class="mx-auto max-w-4xl">
|
||||
<.header>
|
||||
Link Mobile App
|
||||
|
|
@ -252,7 +252,7 @@ defmodule ToweropsWeb.MobileQRLive do
|
|||
</.link>
|
||||
</div>
|
||||
</div>
|
||||
</Layouts.app>
|
||||
</Layouts.authenticated>
|
||||
"""
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue