From 2bbe03665ba538df03201cfb0544e78a21ee6b11 Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Fri, 12 May 2023 20:03:56 -0700 Subject: [PATCH] Revert "better icon" This reverts commit 3808777c93dfe5188915e1266ecf08e5f18a8fb6. --- packages/client/src/scripts/helpMenu.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/scripts/helpMenu.ts b/packages/client/src/scripts/helpMenu.ts index 58730c61e..c630d5a1b 100644 --- a/packages/client/src/scripts/helpMenu.ts +++ b/packages/client/src/scripts/helpMenu.ts @@ -28,7 +28,7 @@ export function openHelpMenu_(ev: MouseEvent) { { type: "button", text: i18n.ts.pwa, - icon: "ph-plus-square ph-bold ph-lg", + icon: "ph-export ph-bold ph-lg", action: () => { document.getElementsByTagName("pwa-install")[0].showDialog(); }