diff --git a/web/src/components/TitleScreen.module.css b/web/src/components/TitleScreen.module.css index 673ec76f..ff38f90d 100644 --- a/web/src/components/TitleScreen.module.css +++ b/web/src/components/TitleScreen.module.css @@ -118,6 +118,7 @@ .banner { border-bottom: 1px solid #262019; + min-height: 160px; } diff --git a/web/src/components/TitleScreen.tsx b/web/src/components/TitleScreen.tsx index 9f5ca54b..29508377 100644 --- a/web/src/components/TitleScreen.tsx +++ b/web/src/components/TitleScreen.tsx @@ -36,7 +36,7 @@ const TitleScreen = () => {
{""} {isLaunching ? ( diff --git a/web/src/constants.ts b/web/src/constants.ts index a925ac9e..86a9b03d 100644 --- a/web/src/constants.ts +++ b/web/src/constants.ts @@ -76,5 +76,5 @@ export const TOKEN_CONTRACT = "0xf40c0961A9CC5c037B92D2cb48167F7f62Dd7cD0"; //TO export const CHAIN_ID = 42170; export const RPC = "https://nova.arbitrum.io/rpc"; export const blbImage = (idx: number) => - `https://static.fullcount.xyz/Beer_League_Ballers/p${idx}.png`; + `https://static.fullcount.xyz/Beer_League_Ballers/small/p${idx}.jpeg`; export const HUMBUG_REPORT_VERSION = "0.0.2";