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(); }