File tree Expand file tree Collapse file tree 3 files changed +178
-84
lines changed
app/containers/ModalCritterDetail/components Expand file tree Collapse file tree 3 files changed +178
-84
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ const DetailFish = ({ data }) => {
201201 </ Text >
202202 </ Container >
203203 < Container flex = "0 0 auto" width = { [ '100%' , '' , '50%' ] } mb = "lg" >
204- < Heading mr = "lg" > Price </ Heading >
204+ < Heading mr = "lg" > Rarity </ Heading >
205205 < Text
206206 as = "span"
207207 sx = { {
@@ -210,11 +210,11 @@ const DetailFish = ({ data }) => {
210210 fontStyle : 'italic' ,
211211 } }
212212 >
213- { data ?. price } bells ( { data ?. price * 1.5 } when sell to C.J. )
213+ { data ?. rarity }
214214 </ Text >
215215 </ Container >
216216 < Container flex = "0 0 auto" width = { [ '100%' , '' , '50%' ] } mb = "lg" >
217- < Heading mr = "lg" > Rarity </ Heading >
217+ < Heading mr = "lg" > Vision </ Heading >
218218 < Text
219219 as = "span"
220220 sx = { {
@@ -223,7 +223,20 @@ const DetailFish = ({ data }) => {
223223 fontStyle : 'italic' ,
224224 } }
225225 >
226- { data ?. rarity }
226+ { data ?. vision }
227+ </ Text >
228+ </ Container >
229+ < Container flex = "0 0 auto" width = { [ '100%' , '' , '50%' ] } mb = "lg" >
230+ < Heading mr = "lg" > Price</ Heading >
231+ < Text
232+ as = "span"
233+ sx = { {
234+ fontSize : '14px' ,
235+ fontWeight : 'bold' ,
236+ fontStyle : 'italic' ,
237+ } }
238+ >
239+ { data ?. price } bells ( { data ?. price * 1.5 } when sell to C.J. )
227240 </ Text >
228241 </ Container >
229242 < Container flex = "0 0 auto" width = { [ '100%' , '' , '50%' ] } mb = "lg" >
You can’t perform that action at this time.
0 commit comments