To get started, check out our{' '}
FAQs or{' '}
content guidelines, or go ahead and{' '}
{
me
? (
make a post
)
: (
<>
sign up or create an{' '}
anonymous post
>
)
}.
)
}
export function MadnessBanner ({ handleClose }) {
const { me } = useMe()
return (
⚡️ Million Sat Madness Is Here!
{me
? (
We're giving away 3 million sats to the top Stacker News contributors in March. See the leaderboard!
How does Million Sat Madness work? Click here.
)
: (
We're giving away 3 million sats to the top Stacker News contributors in March. Sign up!
Need help? Check out our FAQs.
)}
)
}
export function AuthBanner () {
return (
Please add a second auth method to avoid losing access to your account.
)
}