From 8aa9e8eaef7e8621d61c65d9fea4b458f2f483aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD=20=D0=A2=D1=80=D0=BE=D1=88?= =?UTF-8?q?=D0=B8=D0=BD?= Date: Sat, 19 Sep 2026 23:41:17 +0300 Subject: [PATCH] ui: separate the header ICCID from the ADM badge - the ADM badge gets ml-2 (was ml-0.5), so the ICCID digits and the ADM indicator no longer run together in the header - SW cache simple-v198 --- frontend/index.html | 2 +- frontend/sw.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index d043dd5..391e075 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -24,7 +24,7 @@ - + github diff --git a/frontend/sw.js b/frontend/sw.js index 2a256eb..244fc8d 100644 --- a/frontend/sw.js +++ b/frontend/sw.js @@ -1,4 +1,4 @@ -const CACHE = 'simple-v197'; +const CACHE = 'simple-v198'; const URLS = [ 'index.html', 'help.html',