Svelte-Sirens / svelte-sirens

The website for the Svelte Sirens. Svelte Society for women, non-binary people, & allies!
https://sveltesirens.dev/
GNU General Public License v3.0
30 stars 8 forks source link

refactor: :recycle: fix lint warnings for noreferrer #87

Closed spences10 closed 1 year ago

spences10 commented 1 year ago

Hey, small change for lint warnings for noreferrer

There's still a warning for Bubble.svelte as it needs and accompanying event:

A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.svelte(a11y-click-events-have-key-events)

But I'm not sure how to fix that and would appreciate if someone could educate me on the fix here 🙏

netlify[bot] commented 1 year ago

Deploy Preview for sveltesirens ready!

Name Link
Latest commit ffac2dbddfcf187657a79a84a7e2318d12ed2522
Latest deploy log https://app.netlify.com/sites/sveltesirens/deploys/637dda51052ecf0008350d24
Deploy Preview https://deploy-preview-87--sveltesirens.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

brittneypostma commented 1 year ago

Thank you, merging