mirror of
https://git.solarpunk.moe/Fries/fries-website.git
synced 2024-11-22 22:12:22 +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 />
|
<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 />
|
||||||
|
|
Loading…
Reference in a new issue