Added UserBox page

This commit is contained in:
alexay7
2024-06-05 18:57:48 +02:00
parent c5d81afdf6
commit f4bb1101bf
7 changed files with 1134 additions and 203 deletions

View File

@@ -11,5 +11,7 @@ export const DISCORD_INVITE = 'https://discord.gg/FNgveqFF7s'
// UI
export const FADE_OUT = { duration: 200 }
export const FADE_IN = { delay: 400 }
export const DEFAULT_PFP = "/assets/imgs/no_profile.png"
export const DEFAULT_PFP = '/assets/imgs/no_profile.png'
// USERBOX_ASSETS
export const HAS_USERBOX_ASSETS = true