Skip to content

Commit

Permalink
Merge pull request #134 from SweetmanTech/tech322/update-leaderboard
Browse files Browse the repository at this point in the history
update: leaderboard
  • Loading branch information
techeng322 authored Oct 9, 2024
2 parents 2c8c52f + 43abeab commit 2f961bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Pages/LeaderboardPage/LeaderboardPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const LeaderboardPage = () => {
>
<section className="border-[2px] rounded-xl overflow-hidden">
<iframe
src={`https://www.stack.so/leaderboard/leaderboard-40a3-78225-${process.env.NEXT_PUBLIC_POINT_SYSTEM_ID}/embed?excludeHeader=true`}
src="https://www.stack.so/leaderboard/leaderboard-40a3-78225-4017/embed?excludeHeader=true"
className="mx-auto"
width="704px"
height="400px"
Expand Down

0 comments on commit 2f961bd

Please sign in to comment.