From 3808777c93dfe5188915e1266ecf08e5f18a8fb6 Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Thu, 11 May 2023 19:11:53 -0700 Subject: [PATCH] better icon --- 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 c630d5a1b..58730c61e 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-export ph-bold ph-lg", + icon: "ph-plus-square ph-bold ph-lg", action: () => { document.getElementsByTagName("pwa-install")[0].showDialog(); }