Currently there are a lot of duplicate links on the page all saying "Open file", which makes it a problem for screen readers:

We have 2 ways of fixing this:
- We could change the text to "Open
filename" stating the actual filename. But actually the links are already there in text form directly above. So I would rather propose:
- We change the previews into div elements rather than links so they are not picked up by screenreaders and not read out duplicate. We can still attach JS event to them so on click the file gets opened, but then if you keyboard-tab through the page you won’t get hit by duplicates.