diff options
author | 2023-08-03 12:24:03 -0400 | |
---|---|---|
committer | 2023-08-03 11:24:03 -0500 | |
commit | b636b4ac537ca2b645ed62d8e3197f151fe8c3ac (patch) | |
tree | 1ee41f1170c28003ded2aa6a301e94a43a827978 /examples/basics | |
parent | 39b044e09b0ee4041cc340e465f44d487fd15a4a (diff) | |
download | astro-b636b4ac537ca2b645ed62d8e3197f151fe8c3ac.tar.gz astro-b636b4ac537ca2b645ed62d8e3197f151fe8c3ac.tar.zst astro-b636b4ac537ca2b645ed62d8e3197f151fe8c3ac.zip |
Make the image decorative (#7926)
* Make the image decorative
* Update examples/basics/src/pages/index.astro
---------
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
Diffstat (limited to 'examples/basics')
-rw-r--r-- | examples/basics/src/pages/index.astro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/basics/src/pages/index.astro b/examples/basics/src/pages/index.astro index fa55169f5..ef6c5b0db 100644 --- a/examples/basics/src/pages/index.astro +++ b/examples/basics/src/pages/index.astro @@ -12,6 +12,7 @@ import Card from '../components/Card.astro'; viewBox="0 0 495 623" fill="none" xmlns="http://www.w3.org/2000/svg" + aria-hidden="true" > <path fill-rule="evenodd" |