Skip to content

Commit 74676c5

Browse files
committed
chore: add sponsor link to homepage
1 parent d62ed43 commit 74676c5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/docs/docusaurus.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const links = {
55
storybook: 'https://rct.lukasbach.com/storybook',
66
sandbox: 'https://codesandbox.io/s/react-complex-tree-playground-u5tjs',
77
github: 'https://github.com/lukasbach/react-complex-tree',
8+
sponsor: 'https://github.com/sponsors/lukasbach'
89
};
910

1011
/** @type {import('@docusaurus/types').DocusaurusConfig} */
@@ -48,6 +49,11 @@ module.exports = {
4849
label: 'Playground',
4950
position: 'left',
5051
},
52+
{
53+
href: links.sponsor,
54+
label: 'Sponsor',
55+
position: 'right',
56+
},
5157
{
5258
href: links.github,
5359
label: 'GitHub',

0 commit comments

Comments
 (0)