Skip to content

Commit 9021c27

Browse files
committed
done with oputline post for react
1 parent 4295d3b commit 9021c27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/create-red-outline-button-1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ framework: react
99
chapter: Building reusable components
1010
---
1111

12-
In this chapter we will build out our components that we will be using through out the application. First lets go ahead and create a Secondary button.
12+
In this chapter we will build out our Secondary button.
1313

14-
In the components folder create a folder called buttons. Then create a RedOutlineButton.js component and add the following:
14+
In the `buttons` folder, create a `RedOutlineButton.js` component and add the following:
1515

1616
```javascript
1717
import React from "react"

0 commit comments

Comments
 (0)