File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -85,20 +85,20 @@ const config: Config = {
85
85
// },
86
86
// {to: '/blog', label: 'Blog', position: 'left'},
87
87
{
88
- docId : 'support' ,
88
+ id : 'support' ,
89
89
to : '/support' ,
90
90
label : 'Support' ,
91
91
position : 'left' ,
92
92
} ,
93
93
{
94
94
// type: 'doc',
95
- docId : 'about' ,
95
+ id : 'about' ,
96
96
to : '/about' ,
97
97
label : 'About' ,
98
98
position : 'left' ,
99
99
} ,
100
100
{
101
- docId : 'sponsor' ,
101
+ id : 'sponsor' ,
102
102
to : '/sponsor' ,
103
103
label : 'Sponsor' ,
104
104
position : 'right' ,
Original file line number Diff line number Diff line change @@ -42,16 +42,19 @@ In order to dedicate resources to maintaining and improving the CSpell suite of
42
42
- Small Business [ €10.00 EUR / month] ( https://buy.stripe.com/28ocOLenXdCy1oc6oo )
43
43
- Business Subscription [ €100.00 EUR / month] ( https://buy.stripe.com/8wM01Z0x7cyu5Es9AC )
44
44
45
- ** GitHub Sponsors **
45
+ ** GitHub Sponsor **
46
46
47
- - [ ![ GitHub Sponsors ] ( https://img.shields.io/badge/-black?style=social&logo=githubsponsors&label=GitHub%20Sponsor%3A%20Street%20Side%20Software )] ( https://github.com/sponsors/streetsidesoftware )
47
+ - [ ![ GitHub Sponsor ] ( https://img.shields.io/badge/-black?style=social&logo=githubsponsors&label=GitHub%20Sponsor%3A%20Street%20Side%20Software )] ( https://github.com/sponsors/streetsidesoftware )
48
48
49
- { buttons .map (buyButtonId => <StripeBuyButton buyButtonId = { buyButtonId } />)}
49
+ { buttons .map ((buyButtonId , key ) => <StripeBuyButton key = { key } buyButtonId = { buyButtonId } />)}
50
+
51
+ ---
50
52
51
53
<iframe
52
54
src = " https://github.com/sponsors/streetsidesoftware/card"
53
55
title = " Sponsor streetsidesoftware"
54
- height = " 225"
55
- width = " 600"
56
+ width = " 100%"
56
57
style = { { border: 0 }}
57
58
></iframe >
59
+
60
+ ---
You can’t perform that action at this time.
0 commit comments