File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
src/components/HomepageFeatures Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -97,10 +97,14 @@ const config: Config = {
9797 {
9898 title : 'Things' ,
9999 items : [
100- {
100+ {
101101 label : 'Nuget' ,
102102 href : 'https://www.nuget.org/packages?q=Codeuctivity' ,
103103 } ,
104+ {
105+ label : 'Buy me a coffee! Do it!' ,
106+ href : 'https://buymeacoffee.com/stesee' ,
107+ } ,
104108 // {
105109 // label: 'Stack Overflow',
106110 // href: 'https://stackoverflow.com/questions/tagged/docusaurus',
Original file line number Diff line number Diff line change @@ -15,7 +15,10 @@ 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" />
18+ ImageSharp based < img src = "https://img.shields.io/nuget/v/Codeuctivity.ImageSharpCompare.svg" alt = "Codeuctivity.ImageSharpCompare" />
19+ </ a > < br > </ br >
20+ < a href = "https://www.nuget.org/packages/Codeuctivity.SkiaSharpCompare/" >
21+ SkiaSharp based < img src = "https://img.shields.io/nuget/v/Codeuctivity.SkiaSharpCompare.svg" alt = "Codeuctivity.SkiaSharpCompare" />
1922 </ a >
2023 </ >
2124 ) ,
You can’t perform that action at this time.
0 commit comments