add aria-hidden to the new seperator

This commit is contained in:
Fries 2023-07-07 22:41:21 -07:00
parent 19cd838544
commit 3b954de4b8
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import Webring from '../components/Webring.svelte';
<Navigation />
<hr aria-hidden="true">
<slot />
<hr>
<hr aria-hidden="true">
<Webring client:load />
<hr aria-hidden="true">
<Footer />