Skip to content

Commit

Permalink
optimized images
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-Mushnin committed Apr 18, 2024
1 parent 4b44df1 commit a7fbdca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions web/src/components/TitleScreen.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@

.banner {
border-bottom: 1px solid #262019;
min-height: 160px;
}


Expand Down
2 changes: 1 addition & 1 deletion web/src/components/TitleScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const TitleScreen = () => {
<div className={styles.content} style={{ maxWidth: isLaunching ? "320px" : "400px" }}>
<img
className={styles.banner}
src={`${FULLCOUNT_ASSETS}/landing/banner.png`}
src={`${FULLCOUNT_ASSETS}/banners/Bl-banner-updated-logo.jpeg`}
alt={""}
/>
{isLaunching ? (
Expand Down
2 changes: 1 addition & 1 deletion web/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";

0 comments on commit a7fbdca

Please sign in to comment.