@@ -15,8 +15,8 @@ const FeatureList: FeatureItem[] = [
1515 description : (
1616 < >
1717 Compare images. One of my nuget packages.< br > </ br > < a href = "https://www.nuget.org/packages/Codeuctivity.ImageSharpCompare/" >
18- < img src = "https://img.shields.io/nuget/v/Codeuctivity.ImageSharpCompare.svg" alt = "Nuget" />
19- </ a >
18+ < img src = "https://img.shields.io/nuget/v/Codeuctivity.ImageSharpCompare.svg" alt = "Nuget" />
19+ </ a >
2020 </ >
2121 ) ,
2222 } ,
@@ -26,11 +26,11 @@ const FeatureList: FeatureItem[] = [
2626 description : (
2727 < >
2828 Encrypt and decrypt PDFs using LockPDFy. On premise and open source. < a href = "https://www.microsoft.com/store/productId/9NC5KPZM2ZRM" >
29- < img src = "https://img.shields.io/badge/Windows%20Store-LockPDFy-green?style=flat& logo = windows " alt = "Windows Store" />
30- </ a >
31- < a href = "https://play.google.com/store/apps/details?id=com.codeuctivity.LockPDFy" >
32- < img src = "https://img.shields.io/badge/Google%20Play%20Store-LockPDFy-green?style=flat& logo = android " alt = "Google Play Store" />
33- </ a >
29+ < img src = "https://img.shields.io/badge/Windows%20Store-LockPDFy-green?style=flat& logo = windows " alt = "Windows Store" />
30+ </ a >
31+ < a href = "https://play.google.com/store/apps/details?id=com.codeuctivity.LockPDFy" >
32+ < img src = "https://img.shields.io/badge/Google%20Play%20Store-LockPDFy-green?style=flat& logo = android " alt = "Google Play Store" />
33+ </ a >
3434
3535 </ >
3636 ) ,
@@ -40,16 +40,19 @@ const FeatureList: FeatureItem[] = [
4040 Svg : require ( '@site/static/img/bonreader.svg' ) . default ,
4141 description : (
4242 < >
43- Scan QR codes on printed invoices and extract, store and export contained data.
43+ Scan QR codes on printed invoices and extract, store and export contained data.
4444 < a href = "https://play.google.com/store/apps/details?id=com.codeuctivity.bonreaderPro" >
45- < img src = "https://img.shields.io/badge/Google%20Play%20Store-BonReader-green?style=flat& logo = android " alt = "Google Play Store" />
46- </ a >
45+ < img src = "https://img.shields.io/badge/Google%20Play%20Store-BonReaderPro-green?style=flat& logo = android " alt = "Google Play Store" />
46+ </ a >
47+ < a href = "https://play.google.com/store/apps/details?id=com.codeuctivity.bonreader" >
48+ < img src = "https://img.shields.io/badge/Google%20Play%20Store-BonReaderFree-green?style=flat& logo = android " alt = "Google Play Store" />
49+ </ a >
4750 </ >
4851 ) ,
4952 } ,
5053] ;
5154
52- function Feature ( { title, Svg, description} : FeatureItem ) {
55+ function Feature ( { title, Svg, description } : FeatureItem ) {
5356 return (
5457 < div className = { clsx ( 'col col--4' ) } >
5558 < div className = "text--center" >
0 commit comments