refine copy for april msm

This commit is contained in:
keyan 2024-04-01 08:53:57 -05:00
parent 2c9e668177
commit 302f5b5dfc
2 changed files with 8 additions and 8 deletions

View File

@ -116,12 +116,12 @@ export default function Rewards ({ ssrData }) {
return (
<Layout footerLinks>
<h3 className='pt-3 text-center' style={{ lineHeight: 1.5 }}>
Rewards are sponsored by{' '}
<Link href='https://btcplusplus.dev/conf/atx24' target='_blank' rel='noreferrer'>
the Austin Bitcoin++ Conference May 1-4
</Link>
</h3>
<Link className='text-reset align-self-center' href='https://btcplusplus.dev/conf/atx24?ref=stackernews' target='_blank' rel='noreferrer'>
<h4 className='pt-3 text-start text-reset' style={{ lineHeight: 1.5, textDecoration: 'underline' }}>
bitcoin++ is a developer-focused conference series.
<div>Join us in Austin May 1-4 for a deep dive into bitcoin script.</div>
</h4>
</Link>
<Row className='pb-3'>
<Col>
<div

View File

@ -34,8 +34,8 @@ export default function Sub ({ ssrData }) {
<Link className='text-reset' href='/rewards' style={{ textDecoration: 'underline' }}>
Million Sat Madness
</Link> is sponsored by{' '}
<Link className='text-reset' href='https://btcplusplus.dev/conf/atx24' target='_blank' rel='noreferrer' style={{ textDecoration: 'underline' }}>
the Austin Bitcoin++ Conference May 1-4
<Link className='text-reset' href='https://btcplusplus.dev/conf/atx24?ref=stackernews' target='_blank' rel='noreferrer' style={{ textDecoration: 'underline' }}>
the Bitcoin++ Conference in Austin May 1-4
</Link>
</small>
<Items ssrData={ssrData} variables={variables} />