Skip to content

Commit

Permalink
chore(OpenFING): update assets (PreMiD#7647)
Browse files Browse the repository at this point in the history
chore: update assets

Signed-off-by: SeMiD <[email protected]>
  • Loading branch information
SeMiD authored Oct 4, 2023
1 parent 651415e commit fdece91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions websites/O/OpenFING/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"es": "OpenFING es un proyecto estudiantil dedicado a digitalizar los cursos impartidos en la Facultad de Ingeniería de la UdelaR (Uruguay)."
},
"url": "open.fing.edu.uy",
"version": "1.0.0",
"logo": "https://i.imgur.com/7mO4xCK.png",
"thumbnail": "https://i.imgur.com/guoaeqg.png",
"version": "1.0.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/O/OpenFING/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/O/OpenFING/assets/thumbnail.png",
"color": "#4384fa",
"category": "videos",
"tags": [
Expand All @@ -23,5 +23,5 @@
"engineering"
],
"iframe": true,
"iFrameRegExp": "(https:\/\/open.fing.edu.uy\/courses).*"
"iFrameRegExp": "https:[/][/]open[.]fing[.]edu[.]uy[/]courses.*"
}
3 changes: 2 additions & 1 deletion websites/O/OpenFING/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ presence.on("iFrameData", (data: number) => {

presence.on("UpdateData", async () => {
const presenceData: PresenceData = {
largeImageKey: "https://i.imgur.com/7mO4xCK.png",
largeImageKey:
"https://cdn.rcd.gg/PreMiD/websites/O/OpenFING/assets/logo.png",
};

if (document.location.pathname === "/")
Expand Down

0 comments on commit fdece91

Please sign in to comment.