Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9c0d7204ac | |||
| 6d2e385c18 |
@@ -18,7 +18,7 @@ function HomeNigeria() {
|
|||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li className=''>
|
<li className=''>
|
||||||
<a className="item-2" href={process.env.REACT_APP_APPLE_APP}>
|
<a className="item-2" target='_blank' href={process.env.REACT_APP_APPLE_APP}>
|
||||||
<i className="fab fa-apple"></i>
|
<i className="fab fa-apple"></i>
|
||||||
<span>
|
<span>
|
||||||
Available on the <span>App Store</span>
|
Available on the <span>App Store</span>
|
||||||
@@ -26,7 +26,7 @@ function HomeNigeria() {
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li className=''>
|
<li className=''>
|
||||||
<a className="item-2" href={process.env.REACT_APP_ANDROID_APP}>
|
<a className="item-2" target='_blank' href={process.env.REACT_APP_ANDROID_APP}>
|
||||||
<i className="fab fa-google-play"></i>
|
<i className="fab fa-google-play"></i>
|
||||||
<span>
|
<span>
|
||||||
Available on the <span>Google Play</span>
|
Available on the <span>Google Play</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user