mirror of
https://git.solarpunk.moe/Fries/fries-website.git
synced 2024-11-14 00:22:20 +00:00
add aria-hidden to the new seperator
This commit is contained in:
parent
19cd838544
commit
3b954de4b8
1 changed files with 1 additions and 1 deletions
|
@ -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 />
|
||||
|
|
Loading…
Reference in a new issue