Skip to content

Commit ab39e9f

Browse files
authored
Merge pull request #95 from Codeuctivity/GoogleDevAccoundDeaktvated
Buy me a coffee!
2 parents e8db145 + c481041 commit ab39e9f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

docusaurus.config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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',

src/components/HomepageFeatures/index.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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
),

0 commit comments

Comments
 (0)