We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f175a commit 62972f5Copy full SHA for 62972f5
1 file changed
client/pages/home/index.js
@@ -58,12 +58,7 @@ export default async function home() {
58
>
59
<span className='hidden'>Download from Google Play store</span>
60
</a>
61
- <a
62
- title='Download Acode from F-Droid'
63
- rel='nofollow'
64
- className='f-droid'
65
- href='https://play.google.com/store/apps/details?id=com.foxdebug.acodefree&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'
66
- >
+ <a title='Download Acode from F-Droid' rel='nofollow' className='f-droid' href='https://f-droid.org/en/packages/com.foxdebug.acode/'>
67
<span className='hidden'>Download from F-Droid</span>
68
69
</div>
0 commit comments