Skip to content

Commit ca4c3a6

Browse files
authored
Merge pull request #15 from AiriAPI/staging
Updated Ko-fi username and widget
2 parents 1c2a260 + 73d97a4 commit ca4c3a6

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ko_fi: kyoyo
1+
ko_fi: aetrnyx

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "airi_docs",
4-
"version": "1.4.6",
4+
"version": "1.4.7",
55
"description": "Documentatin for a API Serving Anime stuff",
66
"author": "Kyoyo",
77
"license": "AGPLv3",

src/pages/document.ejs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
<div id="root"></div>
2525

2626
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
27-
<script>
28-
kofiWidgetOverlay.draw('kyoyo', {
29-
'type': 'floating-chat',
30-
'floating-chat.donateButton.text': 'Support me',
31-
'floating-chat.donateButton.background-color': '#00b9fe',
32-
'floating-chat.donateButton.text-color': '#fff'
33-
});
34-
</script>
27+
<script>
28+
kofiWidgetOverlay.draw('aetrnyx', {
29+
'type': 'floating-chat',
30+
'floating-chat.donateButton.text': 'Support me',
31+
'floating-chat.donateButton.background-color': '#00b9fe',
32+
'floating-chat.donateButton.text-color': '#fff'
33+
});
34+
</script>
3535
</body>
3636
</html>

0 commit comments

Comments
 (0)