Skip to content

Commit 5818999

Browse files
authored
updated day 04 dead css link - closes #80 #81
1 parent 204f0bc commit 5818999

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

day-04/post.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ A common web element we might see is a user timeline. For instance, we might hav
2828
>
2929
> ```html
3030
> <link
31-
> href="https://cdn.jsdelivr.net/gh/fullstackreact/30-days-of-react@master/day-04/src/components/Timeline/Timeline.css"
31+
> href="https://cdn.jsdelivr.net/gh/fullstackreact/30-days-of-react@master/day-04/public/Timeline.css"
3232
> rel="stylesheet"
3333
> type="text/css"
3434
> />
3535
> ```
3636
>
3737
> And make sure to surround your code in a component with the class of `demo` (we left it this way purposefully as it's the _exact_ same code we use in all the demos here). Check out the [https://jsfiddle.net/auser/zwomnfwk/](https://jsfiddle.net/auser/zwomnfwk/) for a working example.
3838
>
39-
> The entire compiled CSS can be found on the github repository at [https://github.com/fullstackreact/30-days-of-react/blob/master/day-04/src/components/Timeline/Timeline.css](https://github.com/fullstackreact/30-days-of-react/blob/master/day-04/src/components/Timeline/Timeline.css).
39+
> The entire compiled CSS can be found on the github repository at [https://github.com/fullstackreact/30-days-of-react/blob/master/day-04/public/Timeline.css](https://github.com/fullstackreact/30-days-of-react/blob/master/day-04/public/Timeline.css).
4040
>
4141
> In addition, in order to make the timeline look _exactly_ like the way ours does on the site, you'll need to include [font-awesome](http://fontawesome.io/) in your web application. There are multiple ways to handle this. The simplest way is to include the link styles:
4242
>

0 commit comments

Comments
 (0)