add press
This commit is contained in:
parent
639d18167e
commit
3f741d59b3
2 changed files with 36 additions and 0 deletions
3
i18n.js
3
i18n.js
|
@ -21,6 +21,7 @@ export const m = {
|
|||
read_more_title: 'read_more_title',
|
||||
read_more_subtitle: 'read_more_subtitle',
|
||||
read_more_link: 'read_more_link',
|
||||
press: 'press',
|
||||
email_title: 'email_title',
|
||||
email_subtitle: 'email_subtitle',
|
||||
email_input_label: 'email_input_label',
|
||||
|
@ -85,6 +86,8 @@ const en = {
|
|||
read_more_subtitle: 'Read our case guide and FAQ',
|
||||
read_more_link: 'here',
|
||||
|
||||
press: 'Press',
|
||||
|
||||
email_title: 'Stay Informed',
|
||||
email_subtitle: 'We will keep you up to date with the latest on this case.',
|
||||
email_input_label: 'Email',
|
||||
|
|
|
@ -156,6 +156,39 @@ export default function Home() {
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div className="content">
|
||||
<h2 className="content__section-title">
|
||||
{__(m.press)}
|
||||
</h2>
|
||||
<div>
|
||||
<p>
|
||||
<a className="link" href="https://cei.org/blog/lbry-cryptocurrency-prosecution-shows-secs-misplaced-priorities/">
|
||||
LBRY Cryptocurrency Prosecution Shows SEC’s Misplaced Priorities
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<a className="link" href="https://cointelegraph.com/news/mati-greenspan-warns-sec-s-latest-action-could-threaten-future-of-all-cryptocurrencies">
|
||||
Mati Greenspan warns SEC’s latest action could threaten future of all cryptocurrencies
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<a className="link" href="https://reclaimthenet.org/lbry-petition-signatures-support/">
|
||||
Crypto communities rally around LBRY after SEC complaint is seen as an attack on alt-tech
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<a className="link" href="https://www.marketwatch.com/story/blockchain-firm-lbry-tries-to-rally-sector-against-sec-critics-allege-a-cryptocurrency-suppression-program-11617807779">
|
||||
Blockchain firm LBRY tries to rally sector against SEC; critics allege a ‘cryptocurrency suppression program’
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<a className="link" href="https://cryptonews.com/news/crypto-community-asks-who-s-next-as-sec-hits-decentralized-l-9726.htm">
|
||||
Crypto Community Asks Who's Next As SEC Hits Decentralized LBRY
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Email i18n={__} />
|
||||
|
||||
<div className="content">
|
||||
|
|
Loading…
Reference in a new issue