Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added scoutgame preseason 2 banner #5149

Merged
merged 1 commit into from
Jan 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions components/common/PageLayout/PageLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,11 @@ function PageLayout({ children }: PageLayoutProps) {
{space?.domain !== 'ef' && space?.customDomain !== 'ethrangers.com' ? (
<AnnouncementBanner
actionLabel='Play'
actionHref='https://scoutgame.xyz/login'
actionHref='https://youtube.com/shorts/Xr9S_aJPIPs?si=1UTudvjtc-NF5Zvt'
bannerId='scout-game-banner'
>
Scout Game, fantasy sports for onchain builders, now open for everyone
Preseason 2 is live! All rankings and points reset. Scout cheaper, tradeable Builder Cards, complete
quests, and rack up points.
</AnnouncementBanner>
) : null}
{space?.domain === 'sporkdao---ethdenver' && (
Expand Down
Loading