Finish up new index page and improve accessibility

This commit is contained in:
Bad Manners 2024-08-15 23:56:11 -03:00
parent e3d1f6999b
commit 403ae18b6e
23 changed files with 304 additions and 185 deletions

View file

@ -11,6 +11,6 @@ type Props = {
const { width, height, class: className, fill = "currentColor", viewBox } = Astro.props;
---
<svg style={{ width, height, fill }} class={className} viewBox={viewBox} aria-hidden>
<svg style={{ width, height, fill }} class={className} viewBox={viewBox} aria-hidden="true">
<slot />
</svg>