Skip to content

Commit 3be65bc

Browse files
committed
chore: update assets
1 parent b42c92a commit 3be65bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

websites/E/Excalidraw/metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
},
1212
"url": "excalidraw.com",
1313
"regExp": "^https?[:][/][/]excalidraw[.]com[/]",
14-
"version": "1.0.0",
15-
"logo": "https://raw.githubusercontent.com/excalidraw/excalidraw/refs/heads/master/public/android-chrome-512x512.png",
16-
"thumbnail": "https://i.imgur.com/pjlp677.png",
14+
"version": "1.0.1",
15+
"logo": "https://cdn.rcd.gg/PreMiD/websites/E/Excalidraw/assets/logo.png",
16+
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/E/Excalidraw/assets/thumbnail.png",
1717
"color": "#6965db",
1818
"category": "other",
1919
"tags": [

websites/E/Excalidraw/presence.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const presence = new Presence({
66

77
presence.on('UpdateData', () => {
88
const presenceData: PresenceData = {
9-
largeImageKey: 'https://raw.githubusercontent.com/excalidraw/excalidraw/refs/heads/master/public/android-chrome-512x512.png',
9+
largeImageKey: 'https://cdn.rcd.gg/PreMiD/websites/E/Excalidraw/assets/logo.png',
1010
name: 'Excalidraw',
1111
}
1212

0 commit comments

Comments
 (0)