update meme to link
This commit is contained in:
parent
48f0c5e413
commit
bb5c444f63
1 changed files with 3 additions and 1 deletions
|
@ -80,7 +80,9 @@ function HomePage(props: Props) {
|
|||
</div>
|
||||
)}
|
||||
|
||||
<h1 className="home__meme">{__("#HelpLBRYsavecrypto")}</h1>
|
||||
<h1 className="home__meme">
|
||||
<Button button="link" label={'HelpLBRYSaveCrypto.com'} href="https://helplbrysavecrypto.com" />
|
||||
</h1>
|
||||
|
||||
{rowData.map(({ title, route, link, icon, help, options = {} }, index) => (
|
||||
<div key={title} className="claim-grid__wrapper">
|
||||
|
|
Loading…
Reference in a new issue