Skip to content

Commit c7eb09b

Browse files
author
domyen
committed
Linting and style tweaks
1 parent 4862843 commit c7eb09b

File tree

1 file changed

+4
-3
lines changed
  • src/components/storybook-example

1 file changed

+4
-3
lines changed

src/components/storybook-example/Page.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ export const Page = ({ user, onLogin, onLogout, onCreateAccount }) => (
8787
<a
8888
href="https://blog.hichroma.com/component-driven-development-ce1109d56c8e"
8989
target="_blank"
90+
rel="noopener noreferrer"
9091
>
91-
component-driven
92+
<strong>component-driven</strong>
9293
</a>{' '}
9394
process starting with atomic components and ending with pages.
9495
</p>
@@ -109,11 +110,11 @@ export const Page = ({ user, onLogin, onLogout, onCreateAccount }) => (
109110
</ul>
110111
<p>
111112
Get a guided tutorial on component-driven development at{' '}
112-
<a href="https://www.learnstorybook.com" target="_blank">
113+
<a href="https://www.learnstorybook.com" target="_blank" rel="noopener noreferrer">
113114
Learn Storybook
114115
</a>
115116
. Read more in the{' '}
116-
<a href="https://storybook.js.org/docs" target="_blank">
117+
<a href="https://storybook.js.org/docs" target="_blank" rel="noopener noreferrer">
117118
docs
118119
</a>
119120
.

0 commit comments

Comments
 (0)