diff --git a/pages/index.tsx b/pages/index.tsx index 828343e8..0e5b1782 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -370,17 +370,41 @@ const Home = ({ hadError, orchestrators, events, protocol }: PageProps) => { - + Orchestrators - + {(process.env.NEXT_PUBLIC_NETWORK == "MAINNET" || process.env.NEXT_PUBLIC_NETWORK == "ARBITRUM_ONE") && ( @@ -389,7 +413,14 @@ const Home = ({ hadError, orchestrators, events, protocol }: PageProps) => { css={{ color: "$hiContrast", fontSize: "$2", - marginRight: "$2", + paddingLeft: 0, + paddingRight: 0, + marginRight: 0, + "@bp1": { + paddingLeft: "$2", + paddingRight: "$2", + marginRight: "$2", + }, }} > Performance Leaderboard @@ -397,7 +428,19 @@ const Home = ({ hadError, orchestrators, events, protocol }: PageProps) => { )} - @@ -442,19 +485,53 @@ const Home = ({ hadError, orchestrators, events, protocol }: PageProps) => { - + Transactions - + - diff --git a/pages/leaderboard.tsx b/pages/leaderboard.tsx index 24803d6c..9a56288a 100644 --- a/pages/leaderboard.tsx +++ b/pages/leaderboard.tsx @@ -87,26 +87,28 @@ const LeaderboardPage = ({ hadError, orchestratorIds }: PageProps) => { }} > @@ -115,27 +117,34 @@ const LeaderboardPage = ({ hadError, orchestratorIds }: PageProps) => { { - + Orchestrators - {(process.env.NEXT_PUBLIC_NETWORK == "MAINNET" || - process.env.NEXT_PUBLIC_NETWORK == "ARBITRUM_ONE") && ( - - - - )} + + {(process.env.NEXT_PUBLIC_NETWORK == "MAINNET" || + process.env.NEXT_PUBLIC_NETWORK == "ARBITRUM_ONE") && ( + + + + )} + {showOrchList ? (