Skip to content

Commit b757a1a

Browse files
authored
Update 03.md (epicweb-dev#275)
Made a couple of links clickable
1 parent c82ca78 commit b757a1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/exercise/03.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const element = <div className="hmmm">how do I make this work?</div>
7272
```
7373
7474
📜 The react docs for JSX are pretty good:
75-
https://reactjs.org/docs/introducing-jsx.html
75+
[https://reactjs.org/docs/introducing-jsx.html](https://reactjs.org/docs/introducing-jsx.html)
7676
7777
Here are a few sections of particular interest for this extra credit:
7878
@@ -106,7 +106,7 @@ const element = React.createElement('div', {...props})
106106
107107
See if you can figure out how to make that work with JSX.
108108
109-
📜 https://reactjs.org/docs/jsx-in-depth.html#spread-attributes
109+
📜 [https://reactjs.org/docs/jsx-in-depth.html#spread-attributes](https://reactjs.org/docs/jsx-in-depth.html#spread-attributes)
110110
111111
## 🦉 Feedback
112112

0 commit comments

Comments
 (0)