2023-09-21 13:25:19 +00:00
|
|
|
export const BORDER_COLOR = 'border-vega-clight-500 dark:border-vega-cdark-500';
|
|
|
|
export const GRADIENT =
|
|
|
|
'bg-gradient-to-b from-vega-clight-800 dark:from-vega-cdark-800 to-transparent';
|
|
|
|
|
|
|
|
export const SKY_BACKGROUND =
|
2024-01-02 15:50:04 +00:00
|
|
|
'bg-[url(/sky-light.png)] dark:bg-[url(/sky-dark.png)] bg-[37%_0px] bg-[length:1440px] bg-no-repeat bg-local';
|
2023-10-23 14:57:18 +00:00
|
|
|
|
|
|
|
// TODO: Update the links to use the correct referral related pages
|
2023-12-06 17:51:39 +00:00
|
|
|
export const REFERRAL_DOCS_LINK =
|
|
|
|
'https://docs.vega.xyz/mainnet/concepts/trading-on-vega/discounts-rewards#referral-program';
|
|
|
|
export const ABOUT_REFERRAL_DOCS_LINK =
|
|
|
|
'https://docs.vega.xyz/mainnet/concepts/trading-on-vega/discounts-rewards#referral-program';
|
2023-10-23 14:57:18 +00:00
|
|
|
export const DISCLAIMER_REFERRAL_DOCS_LINK = 'https://docs.vega.xyz/';
|