diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index d9051e0..c6464bf 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -97,10 +97,14 @@ const config: Config = {
{
title: 'Things',
items: [
- {
+ {
label: 'Nuget',
href: 'https://www.nuget.org/packages?q=Codeuctivity',
},
+ {
+ label: 'Buy me a coffee! Do it!',
+ href: 'https://buymeacoffee.com/stesee',
+ },
// {
// label: 'Stack Overflow',
// href: 'https://stackoverflow.com/questions/tagged/docusaurus',
diff --git a/src/components/HomepageFeatures/index.tsx b/src/components/HomepageFeatures/index.tsx
index 51bc302..d6cb696 100644
--- a/src/components/HomepageFeatures/index.tsx
+++ b/src/components/HomepageFeatures/index.tsx
@@ -15,7 +15,10 @@ const FeatureList: FeatureItem[] = [
description: (
<>
Compare images. One of my nuget packages.
-
+ ImageSharp based
+
+
+ SkiaSharp based
>
),