Skip to content

Commit 404986d

Browse files
committed
Axe test passed!
1 parent 287e2b4 commit 404986d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/views/layouts/application.html.erb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<title>Ally</title>
55
<meta name="viewport" content="width=device-width,initial-scale=1">
@@ -11,6 +11,8 @@
1111
</head>
1212

1313
<body>
14-
<%= yield %>
14+
<main>
15+
<%= yield %>
16+
</main>
1517
</body>
1618
</html>

0 commit comments

Comments
 (0)