Skip to content

Commit

Permalink
suggested changes made
Browse files Browse the repository at this point in the history
  • Loading branch information
meenalnimje committed Oct 5, 2023
1 parent 58db507 commit dcb4c1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/stories/Page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ export const Page = () => {
<section className="storybook-page">
<h2>Pages in Storybook</h2>
<p>
We recommend building UIs with a{' '}
We recommend building UIs with a
<a
href="https://componentdriven.org"
target="_blank"
rel="noopener noreferrer"
>
<strong>component-driven</strong>
</a>{' '}
</a>
process starting with atomic components and ending with pages.
</p>
<p>
Expand All @@ -51,7 +51,7 @@ export const Page = () => {
>
Storybook tutorials
</a>
. Read more in the{' '}
. Read more in the
<a
href="https://storybook.js.org/docs"
target="_blank"
Expand Down

0 comments on commit dcb4c1c

Please sign in to comment.