We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cfebbe commit 92dcd3fCopy full SHA for 92dcd3f
etherlink-marketpulse/app/src/App.tsx
@@ -410,7 +410,7 @@ export default function App({ thirdwebClient }: AppProps) {
410
<div style={{ width: "calc(66vw - 4rem)" }}>
411
<img
412
style={{ maxHeight: "40vh" }}
413
- src="https://zamrokk.github.io/marketpulse/images/graph.png"
+ src="graph.png"
414
/>
415
<hr />
416
@@ -431,7 +431,6 @@ export default function App({ thirdwebClient }: AppProps) {
431
432
style={{ objectFit: "cover", height: "inherit" }}
433
src={
434
- "https://zamrokk.github.io/marketpulse/images/" +
435
option +
436
".png"
437
}
0 commit comments