fea05fb8a3
* Axe DevTools flags an error on the recently accessed items block that the listitem role is not allowed for <a> tags. This is because the "listitem" role will override the native semantic meaning of the course links. So the solution is to move the course links within a <div> tag with the listitem role instead.