Skip to content

Commit

Permalink
chore: update assets
Browse files Browse the repository at this point in the history
Signed-off-by: SeMiD <[email protected]>
  • Loading branch information
SeMiD committed Oct 10, 2024
1 parent 8539182 commit 035b678
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions websites/B/Brave Search/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"en": "Search the Web. Privately. Truly useful results, AI-powered answers, & more. All from an independent index. No profiling, no bias, no Big Tech."
},
"url": "search.brave.com",
"version": "1.0.0",
"logo": "https://i.imgur.com/Oxx2bFw.png",
"thumbnail": "https://i.imgur.com/FdxJFrz.png",
"version": "1.0.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/B/Brave%20Search/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/B/Brave%20Search/assets/thumbnail.png",
"color": "#FB542B",
"category": "other",
"tags": [
Expand Down
2 changes: 1 addition & 1 deletion websites/B/Brave Search/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/Oxx2bFw.png",
Logo = "https://cdn.rcd.gg/PreMiD/websites/B/Brave%20Search/assets/logo.png",
}

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

0 comments on commit 035b678

Please sign in to comment.