diff --git a/.lighthouserc.json b/.lighthouserc.json index 7f508bb..f3058c8 100644 --- a/.lighthouserc.json +++ b/.lighthouserc.json @@ -17,7 +17,7 @@ "categories:accessibility": [ "error", { - "minScore": 0.9 + "minScore": 1 } ], "categories.best-practices" : [ diff --git a/src/js/components/organisms/commander/commands.ts b/src/js/components/organisms/commander/commands.ts index e46e28f..7c70aba 100644 --- a/src/js/components/organisms/commander/commands.ts +++ b/src/js/components/organisms/commander/commands.ts @@ -130,7 +130,7 @@ export const commands = () => { { title: "Save", key: "s", - icon: icon(CheckmarkCircleSVG, "save"), + icon: icon(CheckmarkCircleSVG, "save note"), sortTitle: "Save", call: async () => { commander.hide(); @@ -156,7 +156,7 @@ export const commands = () => { }, { title: "Full MarkDown view", - icon: icon(FrameExpandSVG, "full view"), + icon: icon(FrameExpandSVG, "full view mode"), sortTitle: "Full view", key: "shift m", call: () => {