Skip to content

Commit 92dcd3f

Browse files
Use local image
1 parent 7cfebbe commit 92dcd3f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

etherlink-marketpulse/app/src/App.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ export default function App({ thirdwebClient }: AppProps) {
410410
<div style={{ width: "calc(66vw - 4rem)" }}>
411411
<img
412412
style={{ maxHeight: "40vh" }}
413-
src="https://zamrokk.github.io/marketpulse/images/graph.png"
413+
src="graph.png"
414414
/>
415415
<hr />
416416

@@ -431,7 +431,6 @@ export default function App({ thirdwebClient }: AppProps) {
431431
<img
432432
style={{ objectFit: "cover", height: "inherit" }}
433433
src={
434-
"https://zamrokk.github.io/marketpulse/images/" +
435434
option +
436435
".png"
437436
}

0 commit comments

Comments
 (0)