Skip to content

Commit 8393c2b

Browse files
committed
chore: update assets
1 parent 380fccc commit 8393c2b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

websites/S/Szabfun/metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
},
1212
"url": "fun.szabee.me",
1313
"regExp": "^https?[:][/][/]fun[.]szabee[.]me([/]|$)",
14-
"version": "1.0.0",
15-
"logo": "https://i.imgur.com/uERHbwA.png",
16-
"thumbnail": "https://i.imgur.com/IPzIfUO.png",
14+
"version": "1.0.1",
15+
"logo": "https://cdn.rcd.gg/PreMiD/websites/S/Szabfun/assets/logo.png",
16+
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/S/Szabfun/assets/thumbnail.png",
1717
"color": "#FFFFFF",
1818
"category": "games",
1919
"tags": [

websites/S/Szabfun/presence.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const presence = new Presence({
55
const browsingTimestamp = Math.floor(Date.now() / 1000)
66

77
enum ActivityAssets {
8-
Logo = 'https://i.imgur.com/uERHbwA.png',
8+
Logo = 'https://cdn.rcd.gg/PreMiD/websites/S/Szabfun/assets/logo.png',
99
}
1010

1111
const pageNames: Record<string, string> = {

0 commit comments

Comments
 (0)