utility: fix missing s in clan banner base
This commit is contained in:
parent
1631efae21
commit
ecef440d73
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ const APP_ASSET_BASE = CDN + "app-assets/";
|
||||||
const DISCOVERY_SPLASH_BASE = CDN + "discovery-splashes/";
|
const DISCOVERY_SPLASH_BASE = CDN + "discovery-splashes/";
|
||||||
const AVATAR_DECORATION_BASE = CDN + "avatar-decoration-presets/";
|
const AVATAR_DECORATION_BASE = CDN + "avatar-decoration-presets/";
|
||||||
const CLAN_BADGE_BASE = CDN + "clan-badges/";
|
const CLAN_BADGE_BASE = CDN + "clan-badges/";
|
||||||
const CLAN_BANNER_BASE = CDN + "clan-banner/";
|
const CLAN_BANNER_BASE = CDN + "clan-banners/";
|
||||||
|
|
||||||
const DEFAULT_GROUP_DM_AVATARS = [
|
const DEFAULT_GROUP_DM_AVATARS = [
|
||||||
"/assets/ee9275c5a437f7dc7f9430ba95f12ebd.png",
|
"/assets/ee9275c5a437f7dc7f9430ba95f12ebd.png",
|
||||||
|
|
Loading…
Reference in a new issue