Revert "better icon"

This reverts commit 3808777c93.
This commit is contained in:
Kainoa Kanter 2023-05-12 20:03:56 -07:00
parent 8470fb4a85
commit 88ba0a9734
1 changed files with 1 additions and 1 deletions

View File

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