From a0f7192c4447a41b401ae854cd53189fe6769e83 Mon Sep 17 00:00:00 2001 From: mgreminger Date: Sun, 24 Mar 2024 19:42:43 -0500 Subject: [PATCH] fix: fix PWA forward/back/print buttons --- src/App.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index 326f9735..c9480e05 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -2263,19 +2263,19 @@ Please include a link to this sheet in the email to assist in debugging the prob window.history.back()} icon={ArrowLeft} /> window.history.forward()} icon={ArrowRight} /> window.print()} icon={Printer} />