Skip to content

Commit

Permalink
docs: fix figma link (#957)
Browse files Browse the repository at this point in the history
Signed-off-by: Thorben Hartmann <[email protected]>
  • Loading branch information
thrbnhrtmnn authored Feb 26, 2024
1 parent 98951c6 commit 065328a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Overall, B01LER is a powerful tool that helps you work smarter, not harder. By s
Some articles claim, that Web Components are not accessible or that they are not complying with standard accessibility guidelines. The argument says that assistive technologies like screenreaders can not access the shadow DOM and for example are not able to "see" aria or role attributes that are needed to make components accessible. This is wrong. Modern screenreaders are not "looking" at the DOM. Instead they are accessing the accessibility tree, which is provided by the browser and also contains information from the shadow DOM.

## :art: Resources
- [Check out our Figma File](https://www./file/kG44mSWhEp2VcMvMqbJrRY/B01LER-%5Bv0.2--alpha-release%5D?type=design&node-id=1134%3A44297&mode=design&t=ZatzD7omF9pxalvP-1) (the link to the Figma file above is exclusively for members of the Accenture organization, while those outside the organization can download the file [here](https://boilerds.com/B01LER%20[v0.2%20-alpha%20release].fig))
- [Check out our Figma File](https://www.figma.com/file/kG44mSWhEp2VcMvMqbJrRY/B01LER-%5Bv0.2--alpha-release%5D?type=design&node-id=1134%3A44297&mode=design&t=ZatzD7omF9pxalvP-1) (the link to the Figma file above is exclusively for members of the Accenture organization, while those outside the organization can download the file [here](https://boilerds.com/B01LER%20[v0.2%20-alpha%20release].fig))
- [Have a look at our components in Storybook](https://b01ler.onrender.com/)

## :tipping_hand_person: Help & Feedback
Expand Down

0 comments on commit 065328a

Please sign in to comment.