@@ -15,7 +15,6 @@ import InfoIcon from '@material-ui/icons/Info';
1515import AttachMoneyIcon from '@material-ui/icons/AttachMoney' ;
1616import AccountBalanceIcon from '@material-ui/icons/AccountBalance' ;
1717import Divider from '@material-ui/core/Divider' ;
18- import { Link } from 'gatsby' ;
1918import AlertDialog from '../../components/AlertDialog' ;
2019import PageHeader from '../../components/PageHeader' ;
2120import Layout from '../../components/Layout' ;
@@ -101,6 +100,7 @@ const Donate = () => {
101100 variant = "outlined"
102101 target = "_blank"
103102 href = "https://paypal.me/codedead"
103+ rel = "noreferrer"
104104 style = { { width : '100%' } }
105105 >
106106 Donate via PayPal
@@ -174,21 +174,19 @@ const Donate = () => {
174174 onClose = { ( ) => setEgldOpen ( false ) }
175175 content = { (
176176 < >
177- < p >
178- You can donate
179- { ' ' }
180- < Link to = "https://elrond.com" > EGLD</ Link >
181- { ' ' }
182- to the following address:
183- erd1qkrm8vlxhhazj6gl3jsfhsdppjvyn5zukdvas26hlqmyyhkce90qfc3sw5
184- </ p >
185- < p >
186- Alternatively, you can donate using this
187- { ' ' }
188- < Link to = "https://maiar.com" > Maiar</ Link >
189- { ' ' }
190- herotag: @codedead
191- </ p >
177+ You can donate
178+ { ' ' }
179+ < a href = "https://elrond.com" target = "_blank" rel = "noreferrer" > EGLD</ a >
180+ { ' ' }
181+ to the following address:
182+ erd1qkrm8vlxhhazj6gl3jsfhsdppjvyn5zukdvas26hlqmyyhkce90qfc3sw5
183+ < br />
184+ < br />
185+ Alternatively, you can donate using this
186+ { ' ' }
187+ < a href = "https://maiar.com" target = "_blank" rel = "noreferrer" > Maiar</ a >
188+ { ' ' }
189+ herotag: @codedead
192190 </ >
193191 ) }
194192 ok = "OK"
0 commit comments