Skip to content

Commit 05a06e1

Browse files
committed
Add thanks.dev links
1 parent 094dba9 commit 05a06e1

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

generate/component/sponsor/byline.js

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44

55
import {h} from 'hastscript'
66

7-
const gh = 'https://github.com/sponsors/unifiedjs'
8-
const oc = 'http://opencollective.com/unified'
9-
107
/**
118
* @returns {Element}
129
*/
@@ -17,9 +14,11 @@ export function byline() {
1714
'Financial support lets the team spend more time maintaining existing ',
1815
'projects and developing new ones. ',
1916
'To support unified, become a sponsor or backer on ',
20-
h('a', {href: gh}, 'GitHub'),
21-
' or ',
22-
h('a', {href: oc}, 'OpenCollective'),
17+
h('a', {href: 'https://github.com/sponsors/unifiedjs'}, 'GitHub'),
18+
', ',
19+
h('a', {href: 'https://thanks.dev'}, h('code', 'thanks.dev')),
20+
', or ',
21+
h('a', {href: 'http://opencollective.com/unified'}, 'OpenCollective'),
2322
'.'
2423
])
2524
}

generate/page/home.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ export function home(data) {
101101
h('p', [
102102
'To support our efforts financially, sponsor us on ',
103103
h('a', {href: 'https://github.com/sponsors/unifiedjs'}, 'GitHub'),
104-
' or ',
104+
', ',
105+
h('a', {href: 'https://thanks.dev'}, h('code', 'thanks.dev')),
106+
', or ',
105107
h('a', {href: 'http://opencollective.com/unified'}, 'OpenCollective'),
106108
'. ',
107109
'This lets us spend more time maintaining our projects and developing new ones. '

0 commit comments

Comments
 (0)