mirror of
https://github.com/morris/vanilla-todo.git
synced 2025-08-20 12:51:43 +02:00
fix basic accessibility things
This commit is contained in:
@@ -10,8 +10,8 @@ export function TodoDay(el) {
|
||||
|
||||
el.innerHTML = /* html */ `
|
||||
<div class="header">
|
||||
<h3 class="dayofweek"></h3>
|
||||
<h6 class="date"></h6>
|
||||
<h2 class="dayofweek"></h3>
|
||||
<h3 class="date"></h4>
|
||||
</div>
|
||||
<div class="todo-list"></div>
|
||||
`;
|
||||
|
Reference in New Issue
Block a user