Skip to content

Commit cd99bdd

Browse files
chore: update assets
1 parent 5a2e937 commit cd99bdd

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

websites/D/Dicoding/metadata.json

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,28 @@
66
"name": ".peii"
77
},
88
"service": "Dicoding",
9-
"altnames": ["Dicoding Indonesia"],
9+
"altnames": [
10+
"Dicoding Indonesia"
11+
],
1012
"description": {
1113
"en": "Learn to code with industry-level curriculum from Dicoding.",
1214
"id": "Belajar ngoding dengan kurikulum standar industri dari Dicoding."
1315
},
14-
"url": ["dicoding.com", "www.dicoding.com"],
16+
"url": [
17+
"dicoding.com",
18+
"www.dicoding.com"
19+
],
1520
"regExp": "([a-z0-9-]+[.])*dicoding[.]com[/]",
16-
"version": "1.0.0",
17-
"logo": "https://i.imgur.com/L87Fab1.jpeg",
18-
"thumbnail": "https://i.imgur.com/75Tde61l.png",
21+
"version": "1.0.1",
22+
"logo": "https://cdn.rcd.gg/PreMiD/websites/D/Dicoding/assets/logo.jpeg",
23+
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/D/Dicoding/assets/thumbnail.png",
1924
"color": "#2C7BE5",
2025
"category": "other",
21-
"tags": ["education", "programming", "courses", "events", "blog"]
22-
26+
"tags": [
27+
"education",
28+
"programming",
29+
"courses",
30+
"events",
31+
"blog"
32+
]
2333
}

websites/D/Dicoding/presence.ts

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

66
enum ActivityAssets {
7-
Logo = 'https://i.imgur.com/L87Fab1.jpeg',
7+
Logo = 'https://cdn.rcd.gg/PreMiD/websites/D/Dicoding/assets/logo.jpeg',
88
}
99

1010
function textFrom(sel: string): string | null {

0 commit comments

Comments
 (0)