From 259f82f2519da748ac6ac391073209805ebe42cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=C3=90?= Date: Mon, 25 Sep 2023 20:14:40 +0200 Subject: [PATCH] =?UTF-8?q?Enhanced=20=C2=ABAbout=20Iceshrimp=C2=BB=20Icon?= =?UTF-8?q?=20#246?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/client/src/pages/welcome.entrance.a.vue | 2 +- packages/client/src/pages/welcome.entrance.b.vue | 2 +- packages/client/src/pages/welcome.entrance.c.vue | 2 +- packages/client/src/scripts/helpMenu.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/client/src/pages/welcome.entrance.a.vue b/packages/client/src/pages/welcome.entrance.a.vue index fcd1efae6..1cb21f6d0 100644 --- a/packages/client/src/pages/welcome.entrance.a.vue +++ b/packages/client/src/pages/welcome.entrance.a.vue @@ -178,7 +178,7 @@ function showMenu(ev) { }, { text: i18n.ts.aboutIceshrimp, - icon: "ph-info ph-bold ph-lg", + icon: "ph-shrimp ph-bold ph-lg", action: () => { os.pageWindow("/about-iceshrimp"); }, diff --git a/packages/client/src/pages/welcome.entrance.b.vue b/packages/client/src/pages/welcome.entrance.b.vue index 22fa0565d..0d95ab7a4 100644 --- a/packages/client/src/pages/welcome.entrance.b.vue +++ b/packages/client/src/pages/welcome.entrance.b.vue @@ -157,7 +157,7 @@ export default defineComponent({ }, { text: i18n.ts.aboutIceshrimp, - icon: "ph-info ph-bold ph-lg", + icon: "ph-shrimp ph-bold ph-lg", action: () => { os.pageWindow("/about-iceshrimp"); }, diff --git a/packages/client/src/pages/welcome.entrance.c.vue b/packages/client/src/pages/welcome.entrance.c.vue index c5202c9ad..03d2227fd 100644 --- a/packages/client/src/pages/welcome.entrance.c.vue +++ b/packages/client/src/pages/welcome.entrance.c.vue @@ -183,7 +183,7 @@ export default defineComponent({ }, { text: i18n.ts.aboutIceshrimp, - icon: "ph-info ph-bold ph-lg", + icon: "ph-shrimp ph-bold ph-lg", action: () => { os.pageWindow("/about-iceshrimp"); }, diff --git a/packages/client/src/scripts/helpMenu.ts b/packages/client/src/scripts/helpMenu.ts index 6b8f62417..a31f99ad3 100644 --- a/packages/client/src/scripts/helpMenu.ts +++ b/packages/client/src/scripts/helpMenu.ts @@ -21,7 +21,7 @@ export function openHelpMenu_(ev: MouseEvent) { { type: "link", text: i18n.ts.aboutIceshrimp, - icon: "ph-lightbulb ph-bold ph-lg", + icon: "ph-shrimp ph-bold ph-lg", to: "/about-iceshrimp", }, {