Skip to content

Commit 23c6119

Browse files
committed
fix: remove extra main tag
After the recent a11y additions to the prompts, we don't need the explicit `main` tag.
1 parent b961e8e commit 23c6119

File tree

1 file changed

+1
-3
lines changed
  • examples/environments/angular/project/src

1 file changed

+1
-3
lines changed

examples/environments/angular/project/src/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
<link rel="icon" href="data:image/png;base64,iVBORw0KGgo=">
1010
</head>
1111
<body>
12-
<main>
13-
<app-root></app-root>
14-
</main>
12+
<app-root></app-root>
1513
</body>
1614
</html>

0 commit comments

Comments
 (0)