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

View file

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