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

View File

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