better icon

This commit is contained in:
Kainoa Kanter 2023-05-11 19:11:53 -07:00
parent 79fc831dfa
commit 3808777c93

View file

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