Enhanced «About Iceshrimp» Icon #246

This commit is contained in:
AntoineÐ 2023-09-25 20:14:40 +02:00
parent 4a3f6afef6
commit 259f82f251
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

@ -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",
},
{