[F] Fix types

#21
This commit is contained in:
Azalea
2024-03-05 18:21:32 -05:00
parent bcc2d286ed
commit 6913f7bdf5
3 changed files with 8 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
export const AQUA_HOST = 'https://aquanet.example.com/aqua'
export const DATA_HOST = 'https://aquanet.example.com'
export const IMG_HOST = 'https://aquadx.net/user-uploads'
// This will be displayed for users to connect from the client
export const AQUA_CONNECTION = 'aqua.example.com'
@@ -10,4 +11,6 @@ export const DISCORD_INVITE = 'https://discord.gg/FNgveqFF7s'
// UI
export const FADE_OUT = { duration: 200 }
export const FADE_IN = { delay: 400 }
export const FADE_IN = { delay: 400 }
export const DEFAULT_PFP = "/assets/imgs/no_profile.png"