Skip to content

Commit 62f4cf6

Browse files
authored
chore(dapp): Update dapp home page images resolution (#745)
* chore(dapp): Update dapp home page images solution * update iota-news * fmt
1 parent b127e68 commit 62f4cf6

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed
159 KB
Loading
30.5 KB
Loading
162 KB
Loading
128 KB
Loading

dapp/src/sections/BuiltForBuilders.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export function BuiltForBuilders() {
4242
))}
4343
</div>
4444
<div className="w-full flex justify-center">
45-
<img src="/landing-page/built-for-builders.png" />
45+
<img src="/landing-page/built-for-builders.png" width={554} />
4646
</div>
4747
</div>
4848
</div>

dapp/src/sections/FairAuction.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export function FairAuction() {
4747
))}
4848
</div>
4949
</div>
50-
<img src="/landing-page/iota-news.png" />
50+
<img width={360} src="/landing-page/iota-news.png" />
5151
</div>
5252
</div>
5353
</section>

0 commit comments

Comments
 (0)