Skip to content

Commit

Permalink
chore(Salad): update assets (#8604)
Browse files Browse the repository at this point in the history
chore: update assets

Signed-off-by: SeMiD <[email protected]>
  • Loading branch information
SeMiD committed Jul 25, 2024
1 parent fc77e77 commit e761603
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions websites/S/Salad/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,20 @@
"description": {
"en": "Salad is a worldwide computesharing community composed of thousand of gamers. Our users, the mighty Salad Chefs, share resources from their idle PCs, power advanced computing projects, and score real-life-rewards."
},
"url": ["salad.com", "community.salad.com", "support.salad.io"],
"version": "1.0.0",
"logo": "https://i.postimg.cc/Px59fwQx/Salad-Logo.png",
"thumbnail": "https://salad.com/images/blog_all_new_container_workloads.png",
"url": [
"salad.com",
"community.salad.com",
"support.salad.io"
],
"version": "1.0.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/S/Salad/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/S/Salad/assets/thumbnail.png",
"color": "#54a628",
"category": "other",
"tags": [
"salad", "mining", "crypto"
"salad",
"mining",
"crypto"
],
"settings": [
{
Expand All @@ -25,4 +31,4 @@
"value": false
}
]
}
}
2 changes: 1 addition & 1 deletion websites/S/Salad/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const presence = new Presence({
browsingTimestamp = Math.floor(Date.now() / 1000);

const enum Assets {
Logo = "https://i.imgur.com/Lc9wcdl.gif",
Logo = "https://cdn.rcd.gg/PreMiD/websites/S/Salad/assets/0.gif",
}

presence.on("UpdateData", async () => {
Expand Down

0 comments on commit e761603

Please sign in to comment.