Skip to content

Commit

Permalink
chore(Websim): update assets (#8954)
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 Dec 13, 2024
1 parent da20b9f commit 30d08e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions websites/W/Websim/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@
"en": "Websim.ai is an AI-powered platform that allows users to generate and explore a simulated version of the internet."
},
"url": "websim.ai",
"version": "1.0.0",
"logo": "https://i.imgur.com/zDNmRxT.png",
"thumbnail": "https://i.imgur.com/9U7mrjE.png",
"version": "1.0.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/W/Websim/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/W/Websim/assets/thumbnail.png",
"color": "#38bdf8",
"category": "other",
"tags": [
"websim","ai"
"websim",
"ai"
],
"settings": [
{
Expand Down
3 changes: 2 additions & 1 deletion websites/W/Websim/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ presence.on("UpdateData", async () => {
]),
presenceData: PresenceData = {
startTimestamp: browsingTimestamp,
largeImageKey: "https://i.imgur.com/zDNmRxT.png",
largeImageKey:
"https://cdn.rcd.gg/PreMiD/websites/W/Websim/assets/logo.png",
},
path = document.location.pathname;

Expand Down

0 comments on commit 30d08e6

Please sign in to comment.