From 72ab9274c7f9d698dc2362d6d00d1adc46ce8b16 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Mon, 16 Mar 2026 14:24:51 -0500 Subject: [PATCH] fix-mobile-qr-layout (#44) Co-authored-by: Forgejo Actions Reviewed-on: https://git.mcintire.me/graham/towerops-web/pulls/44 --- lib/towerops_web/live/mobile_qr_live.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/towerops_web/live/mobile_qr_live.ex b/lib/towerops_web/live/mobile_qr_live.ex index 7c8f4e67..5af3a1d1 100644 --- a/lib/towerops_web/live/mobile_qr_live.ex +++ b/lib/towerops_web/live/mobile_qr_live.ex @@ -108,7 +108,7 @@ defmodule ToweropsWeb.MobileQRLive do @impl true def render(assigns) do ~H""" - +
<.header> Link Mobile App @@ -252,7 +252,7 @@ defmodule ToweropsWeb.MobileQRLive do
-
+ """ end end