remove redundant role from main element
authorDan Allen <dan@opendevise.com>
Tue, 1 Oct 2019 22:34:03 +0000 (16:34 -0600)
committerDan Allen <dan@opendevise.com>
Tue, 1 Oct 2019 22:34:03 +0000 (16:34 -0600)
src/partials/main.hbs

index 92af307..c6c943e 100644 (file)
@@ -1,4 +1,4 @@
-<main role="main">
+<main>
 {{> toolbar}}
 {{> article}}
 </main>