Closed jacobarriola closed 2 years ago
Name | Link |
---|---|
Latest commit | 85b34066f326307c87f5838dc857d174e98e884a |
Latest deploy log | https://app.netlify.com/sites/redwood-sprout/deploys/62798cb8f8e6c00008244422 |
Deploy Preview | https://deploy-preview-75--redwood-sprout.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
Awesome! Thanks for the merge! 💯
Summary
This MR intends to fix an accessibility issue in the footer. We are violating https://dequeuniversity.com/rules/axe/4.4/list, where a
<ul>
must only directly contain a<li>
element.Currently, the social elements directly contains a
div
, which violates this rule.This also fixes an import typo, which breaks storybook when first launched.
Related Issue
https://github.com/redwoodjs/sprout/issues/45