mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-27 21:55:15 -05:00
Add logo
This commit is contained in:
@@ -80,6 +80,10 @@ export function HACKY_resolvePicture(event: { name: string }) {
|
||||
return tournamentLogoUrl("sos");
|
||||
}
|
||||
|
||||
if (event.name.includes("From The Ink Up")) {
|
||||
return tournamentLogoUrl("ftiu");
|
||||
}
|
||||
|
||||
return tournamentLogoUrl("default");
|
||||
}
|
||||
|
||||
@@ -114,6 +118,10 @@ export function HACKY_resolveThemeColors(event: { name: string }) {
|
||||
return { bg: "#d7f8ea", text: BLACK };
|
||||
}
|
||||
|
||||
if (event.name.includes("From The Ink Up")) {
|
||||
return { bg: "#ffdfc6", text: BLACK };
|
||||
}
|
||||
|
||||
return { bg: "#3430ad", text: WHITE };
|
||||
}
|
||||
|
||||
|
||||
BIN
public/static-assets/img/tournament-logos/ftiu.png
Normal file
BIN
public/static-assets/img/tournament-logos/ftiu.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 516 KiB |
Reference in New Issue
Block a user