File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,6 @@ export const RoadmapLayout: React.FC<IProps> = ({
179
179
style = { { objectFit : "contain" } }
180
180
width = { 700 }
181
181
height = { 345 }
182
- quality = "100"
183
182
priority
184
183
/>
185
184
</ Center >
Original file line number Diff line number Diff line change @@ -277,7 +277,6 @@ export const StakingLayout: React.FC<IProps> = ({
277
277
style = { { objectFit : "contain" } }
278
278
width = { 400 }
279
279
height = { 340 }
280
- quality = "100"
281
280
priority
282
281
/>
283
282
</ HeroContainer >
Original file line number Diff line number Diff line change @@ -199,7 +199,6 @@ export const UpgradeLayout: React.FC<IProps> = ({
199
199
width = { 816 }
200
200
height = { 525 }
201
201
style = { { objectFit : "cover" } }
202
- quality = "100"
203
202
priority
204
203
flex = { { base : "1 1 100%" , md : "none" } }
205
204
alignSelf = { { base : "center" , md : "flex-end" } }
Original file line number Diff line number Diff line change @@ -214,7 +214,6 @@ export const UseCasesLayout: React.FC<IProps> = ({
214
214
width = { 1200 }
215
215
height = { 610 }
216
216
style = { { objectFit : "cover" } }
217
- quality = "100"
218
217
priority
219
218
alignSelf = { {
220
219
base : "center" ,
You can’t perform that action at this time.
0 commit comments