You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This anchor tag that does not have a href is displaying as an a11y warning in the astro dev tools. It seems the likely solutions are to add a href="#" or switch to a button.
This anchor tag that does not have a href is displaying as an a11y warning in the astro dev tools. It seems the likely solutions are to add a href="#" or switch to a button.
astro-embed/packages/astro-embed-youtube/YouTube.astro
Line 53 in 6e0c993
Thoughts?