Skip to content

Commit 134109e

Browse files
committed
chore: add kofi to socialLinks
1 parent 706e71e commit 134109e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/.vitepress/config.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,12 +228,14 @@ export default defineConfig({
228228
},
229229
},
230230
editLink: { pattern: buildEditLink },
231-
socialLinks: [{ icon: "github", link: repoUrl }],
231+
socialLinks: [
232+
{ icon: "github", link: repoUrl },
233+
{ icon: "kofi", link: "https://ko-fi.com/haithium" },
234+
],
232235
// prettier-ignore
233236
nav: [
234237
{ text: "Home", link: "/" },
235238
{ text: "Modules", items: buildProjectNavItems() },
236-
{ text: "Sponsor", link: "https://ko-fi.com/haithium" },
237239
{ text: "🇵🇸 Free Palestine", link: "https://techforpalestine.org/learn-more" },
238240
],
239241
sidebar: buildSidebar(),

0 commit comments

Comments
 (0)