File tree 1 file changed +12
-18
lines changed
1 file changed +12
-18
lines changed Original file line number Diff line number Diff line change @@ -128,31 +128,25 @@ function App() {
128
128
< >
129
129
< Container fluid >
130
130
< Navbar expand = "lg" className = "bg-body-tertiary" pb = { 4 } fixed = "top" >
131
-
132
131
< Navbar . Brand href = "#home" > Pokemon Memorization</ Navbar . Brand >
133
132
< Navbar . Toggle aria-controls = "basic-navbar-nav" />
134
133
< Navbar . Collapse id = "basic-navbar-nav" >
135
134
</ Navbar . Collapse >
136
- < Navbar . Collapse className = "justify-content-end" >
137
- < Col >
138
- < Row >
139
- < Navbar . Text >
140
- Score: { score }
141
- </ Navbar . Text >
142
- </ Row >
143
- < Row >
144
- < Navbar . Text >
145
- High Score: { highScore }
146
- </ Navbar . Text >
147
- </ Row >
148
- </ Col >
149
- </ Navbar . Collapse >
150
-
151
-
135
+ < Col >
136
+ < Row >
137
+ < Navbar . Text >
138
+ Score: { score }
139
+ </ Navbar . Text >
140
+ </ Row >
141
+ < Row >
142
+ < Navbar . Text >
143
+ High Score: { highScore }
144
+ </ Navbar . Text >
145
+ </ Row >
146
+ </ Col >
152
147
</ Navbar >
153
148
</ Container >
154
149
< Container fluid >
155
- { /* TODO add two rows. */ }
156
150
< Row >
157
151
{ pokemonToDisplay . slice ( 0 , ( pokemonToDisplay . length / 2 ) - 1 ) . map ( ( pokemon , index ) => (
158
152
< GameCard
You can’t perform that action at this time.
0 commit comments