mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-27 21:55:15 -05:00
Update unranked icon to outlined version
This commit is contained in:
@@ -501,7 +501,7 @@ export const stageImageUrl = (stageId: StageId) =>
|
||||
export const stageBannerImageUrl = (stageId: StageId) =>
|
||||
`/static-assets/img/stage-banners/${stageId}.avif`;
|
||||
export const tierImageUrl = (tier: TierName | "CALCULATING") =>
|
||||
`/static-assets/img/tiers/${tier.toLowerCase()}`;
|
||||
`/static-assets/img/tiers/${tier === "CALCULATING" ? "unranked" : tier.toLowerCase()}`;
|
||||
export const controllerImageUrl = (controller: string) =>
|
||||
`/static-assets/img/controllers/${controller}.avif`;
|
||||
export const preferenceEmojiUrl = (preference?: Preference) => {
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 8.6 KiB |
BIN
public/static-assets/img/tiers/unranked.avif
Normal file
BIN
public/static-assets/img/tiers/unranked.avif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
Reference in New Issue
Block a user