Skip to content

Commit

Permalink
feat(accessibility): ✨ 100 accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
teomrd committed Nov 13, 2024
1 parent c66550e commit 8b9f858
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .lighthouserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"categories:accessibility": [
"error",
{
"minScore": 0.9
"minScore": 1
}
],
"categories.best-practices" : [
Expand Down
4 changes: 2 additions & 2 deletions src/js/components/organisms/commander/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand All @@ -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: () => {
Expand Down

0 comments on commit 8b9f858

Please sign in to comment.