File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 110
110
# top-title {
111
111
display : none;
112
112
}
113
+ # bottomNav {
114
+ display : none;
115
+ }
113
116
.greenButton {
114
117
display : none;
115
118
}
Original file line number Diff line number Diff line change 1
- import { Link } from " react-router-dom" ;
1
+ import { Link } from ' react-router-dom' ;
2
2
3
3
function BottomNav ( ) {
4
4
return (
5
- < nav >
6
- < p style = { { textAlign : " center" } } >
7
- < Link to = "/" > Home</ Link > | < Link to = "/wheretobuy" > Buy the Book</ Link > |{ " " }
8
- < Link to = "/intro" > About the Book</ Link > |{ " " }
5
+ < nav id = "bottomNav" >
6
+ < p style = { { textAlign : ' center' } } >
7
+ < Link to = "/" > Home</ Link > | < Link to = "/wheretobuy" > Buy the Book</ Link > |{ ' ' }
8
+ < Link to = "/intro" > About the Book</ Link > |{ ' ' }
9
9
< a href = "https://github.com/chrisminnick/react-js-foundations" >
10
10
Download the Code
11
11
</ a >
You can’t perform that action at this time.
0 commit comments