Skip to content

Commit 094f8cd

Browse files
committed
remove quality 100
1 parent 0c3716a commit 094f8cd

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

src/layouts/Roadmap.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ export const RoadmapLayout: React.FC<IProps> = ({
179179
style={{ objectFit: "contain" }}
180180
width={700}
181181
height={345}
182-
quality="100"
183182
priority
184183
/>
185184
</Center>

src/layouts/Staking.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ export const StakingLayout: React.FC<IProps> = ({
277277
style={{ objectFit: "contain" }}
278278
width={400}
279279
height={340}
280-
quality="100"
281280
priority
282281
/>
283282
</HeroContainer>

src/layouts/Upgrade.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ export const UpgradeLayout: React.FC<IProps> = ({
199199
width={816}
200200
height={525}
201201
style={{ objectFit: "cover" }}
202-
quality="100"
203202
priority
204203
flex={{ base: "1 1 100%", md: "none" }}
205204
alignSelf={{ base: "center", md: "flex-end" }}

src/layouts/UseCases.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ export const UseCasesLayout: React.FC<IProps> = ({
214214
width={1200}
215215
height={610}
216216
style={{ objectFit: "cover" }}
217-
quality="100"
218217
priority
219218
alignSelf={{
220219
base: "center",

0 commit comments

Comments
 (0)