Skip to content

Commit

Permalink
chore(pass Culture): update assets (#7702)
Browse files Browse the repository at this point in the history
chore: update assets

Signed-off-by: SeMiD <semid@premid.app>
  • Loading branch information
SeMiD authored Oct 25, 2023
1 parent 6688ea8 commit f3da71b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions websites/P/pass Culture/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"fr": "Le \"pass Culture\" est un dispositif d'accès aux activités culturelles mis en place par le gouvernement français à destination des jeunes entre 15 et 18 ans."
},
"url": "passculture.app",
"version": "1.0.0",
"logo": "https://i.imgur.com/ES9Hy84.png",
"thumbnail": "https://i.imgur.com/cHjP0lK.png",
"version": "1.0.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/P/pass%20Culture/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/P/pass%20Culture/assets/thumbnail.png",
"color": "#d6005c",
"category": "other",
"tags": [
Expand Down
3 changes: 2 additions & 1 deletion websites/P/pass Culture/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ const presence = new Presence({

presence.on("UpdateData", async () => {
const presenceData: PresenceData = {
largeImageKey: "https://i.imgur.com/ES9Hy84.png",
largeImageKey:
"https://cdn.rcd.gg/PreMiD/websites/P/pass%20Culture/assets/logo.png",
},
path = document.location.pathname.split("/"),
showCounts = await presence.getSetting<boolean>("show_counts");
Expand Down

0 comments on commit f3da71b

Please sign in to comment.