Add a circle SVG for a11y reasons
This commit is contained in:
parent
ab3e4eb0ff
commit
23a80ccc28
1 changed files with 3 additions and 0 deletions
3
web-svelte/public/assets/circle.svg
Normal file
3
web-svelte/public/assets/circle.svg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 100 100">
|
||||
<circle cx="50" cy="50" r="45" stroke="white" strokeWidth="2" fill="black" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 170 B |
Loading…
Add table
Add a link
Reference in a new issue