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/Makefile b/Makefile
index 7220484..f2f699c 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,9 @@ install:
dev: install
open http://localhost:8000 && sh scripts/dev.sh
+format:
+ deno fmt
+
verify-formatting:
deno fmt --check
diff --git a/src/index.html b/src/index.html
index 2590301..c5e115a 100644
--- a/src/index.html
+++ b/src/index.html
@@ -11,7 +11,7 @@
-
+
MiroPad
@@ -28,8 +28,8 @@
xmlns="http://www.w3.org/2000/svg"
width="30px"
height="30px"
- viewBox="0 0 720 720"
- preserveAspectRatio="xMidYMid meet"
+ viewbox="0 0 720 720"
+ preserveaspectratio="xMidYMid meet"
>
✍️ MiroPad
-