Skip to content

Commit

Permalink
Merge pull request #1315 from mars-protocol/develop
Browse files Browse the repository at this point in the history
v2.8.7
  • Loading branch information
linkielink authored Jan 17, 2025
2 parents 0ff765d + b91ea32 commit 119a969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/perps/PerpsStats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function PerpsStats({ denom }: Props) {
<div className='flex gap-4 h-[500px] md:h-screen/70 md:max-h-[980px] md:min-h-[560px] w-full items-center justify-center'>
{isLoading && <CircularProgress size={60} />}
<iframe
src={`http://stats.marsprotocol.io/${denom}?iframeView=on`}
src={`https://stats.marsprotocol.io/${denom}?iframeView=on`}
className={classNames(
'w-[calc(100%-2px)] ml-[1px] h-full border-0',
isLoading ? 'hidden' : 'flex',
Expand Down

0 comments on commit 119a969

Please sign in to comment.