feat(splash): simplify multi-character home layout
This commit is contained in:
@@ -16,6 +16,7 @@ export interface CharacterProfile {
|
||||
readonly assets: {
|
||||
readonly avatar: string;
|
||||
readonly cover: string;
|
||||
readonly splashCover?: string;
|
||||
readonly chatBackground: string;
|
||||
readonly privateZoneBanner: string;
|
||||
};
|
||||
@@ -97,6 +98,7 @@ const CHARACTER_PROFILES: readonly CharacterProfile[] = Object.freeze([
|
||||
assets: {
|
||||
avatar: "/images/avatar/maya.png",
|
||||
cover: "/images/cover/maya.webp",
|
||||
splashCover: "/images/cover/maya-home.webp",
|
||||
chatBackground: "/images/chat/bg-chatpage.png",
|
||||
privateZoneBanner: "/images/private-zone/banner/maya.png",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user