mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-26 21:27:48 -05:00
Add tourney logos
This commit is contained in:
@@ -84,6 +84,18 @@ export function HACKY_resolvePicture(event: { name: string }) {
|
||||
return tournamentLogoUrl("ftiu");
|
||||
}
|
||||
|
||||
if (event.name.includes("Coral Clash")) {
|
||||
return tournamentLogoUrl("cc");
|
||||
}
|
||||
|
||||
if (event.name.includes("Level Up")) {
|
||||
return tournamentLogoUrl("lu");
|
||||
}
|
||||
|
||||
if (event.name.includes("All 4 One")) {
|
||||
return tournamentLogoUrl("a41");
|
||||
}
|
||||
|
||||
return tournamentLogoUrl("default");
|
||||
}
|
||||
|
||||
@@ -99,7 +111,7 @@ export function HACKY_resolveThemeColors(event: { name: string }) {
|
||||
}
|
||||
|
||||
if (event.name.includes("In The Zone")) {
|
||||
return { bg: "#8b0000", text: BLACK };
|
||||
return { bg: "#8b0000", text: WHITE };
|
||||
}
|
||||
|
||||
if (event.name.includes("PICNIC")) {
|
||||
@@ -122,6 +134,18 @@ export function HACKY_resolveThemeColors(event: { name: string }) {
|
||||
return { bg: "#ffdfc6", text: BLACK };
|
||||
}
|
||||
|
||||
if (event.name.includes("Coral Clash")) {
|
||||
return { bg: "#f0f4ff", text: BLACK };
|
||||
}
|
||||
|
||||
if (event.name.includes("Level Up")) {
|
||||
return { bg: "#383232", text: WHITE };
|
||||
}
|
||||
|
||||
if (event.name.includes("All 4 One")) {
|
||||
return { bg: "#2b262a", text: WHITE };
|
||||
}
|
||||
|
||||
return { bg: "#3430ad", text: WHITE };
|
||||
}
|
||||
|
||||
|
||||
BIN
public/static-assets/img/tournament-logos/a41.avif
Normal file
BIN
public/static-assets/img/tournament-logos/a41.avif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.6 KiB |
BIN
public/static-assets/img/tournament-logos/a41.png
Normal file
BIN
public/static-assets/img/tournament-logos/a41.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 76 KiB |
BIN
public/static-assets/img/tournament-logos/cc.avif
Normal file
BIN
public/static-assets/img/tournament-logos/cc.avif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
BIN
public/static-assets/img/tournament-logos/cc.png
Normal file
BIN
public/static-assets/img/tournament-logos/cc.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 88 KiB |
BIN
public/static-assets/img/tournament-logos/lu.avif
Normal file
BIN
public/static-assets/img/tournament-logos/lu.avif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
BIN
public/static-assets/img/tournament-logos/lu.png
Normal file
BIN
public/static-assets/img/tournament-logos/lu.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 77 KiB |
Reference in New Issue
Block a user