From 147833d02ef2f03d864f5d5f9b5b17ce2afab216 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Sat, 19 Mar 2022 11:30:40 -0700 Subject: [PATCH] Copy Leaderboard styling --- web/pages/[username]/[contractSlug].tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pages/[username]/[contractSlug].tsx b/web/pages/[username]/[contractSlug].tsx index e495f029..7bb12fd3 100644 --- a/web/pages/[username]/[contractSlug].tsx +++ b/web/pages/[username]/[contractSlug].tsx @@ -230,7 +230,7 @@ function ContractLeaderboard(props: { contract: Contract; bets: Bet[] }) { return users && users.length > 0 ? (