mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
[PM-6328] Checkmarx - Resolve warnings (#7941)
This commit is contained in:
@@ -104,6 +104,7 @@ component library and the other clients will follow once this work is completed.
|
||||
className="link-item"
|
||||
href="https://storybook.js.org/docs/react/get-started/setup#configure-storybook-for-your-stack"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
<span>
|
||||
<strong>Data</strong>
|
||||
@@ -115,13 +116,18 @@ component library and the other clients will follow once this work is completed.
|
||||
<div className="subheading">Learn</div>
|
||||
|
||||
<div className="link-list">
|
||||
<a className="link-item" href="https://storybook.js.org/docs" target="_blank">
|
||||
<a className="link-item" href="https://storybook.js.org/docs" target="_blank" rel="noreferrer">
|
||||
<span>
|
||||
<strong>Storybook documentation</strong>
|
||||
Configure, customize, and extend
|
||||
</span>
|
||||
</a>
|
||||
<a className="link-item" href="https://storybook.js.org/tutorials/" target="_blank">
|
||||
<a
|
||||
className="link-item"
|
||||
href="https://storybook.js.org/tutorials/"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
<span>
|
||||
<strong>In-depth guides</strong>
|
||||
Best practices from leading teams
|
||||
|
||||
Reference in New Issue
Block a user