diff --git a/public/files/Kyber - Terms of Service - 1 August 2023.pdf b/public/files/Kyber - Terms of Service - 1 August 2023.pdf new file mode 100644 index 0000000000..0d13771fab Binary files /dev/null and b/public/files/Kyber - Terms of Service - 1 August 2023.pdf differ diff --git a/src/components/swapv2/styleds.tsx b/src/components/swapv2/styleds.tsx index 47a125b201..a09fa6b5ec 100644 --- a/src/components/swapv2/styleds.tsx +++ b/src/components/swapv2/styleds.tsx @@ -225,7 +225,7 @@ export const KyberAIBannerWrapper = styled.div` margin-bottom: 16px; ${({ theme }) => theme.mediaWidth.upToSmall` - height: 132px; + max-height: 132px; `} ` diff --git a/src/constants/index.ts b/src/constants/index.ts index b8f2a4ef6e..f402ae90fd 100644 --- a/src/constants/index.ts +++ b/src/constants/index.ts @@ -236,10 +236,10 @@ export const APP_PATHS = { } as const export const TERM_FILES_PATH = { - KYBERSWAP_TERMS: '/files/Kyber - Terms of Service - 14 June 2023.pdf', + KYBERSWAP_TERMS: '/files/Kyber - Terms of Service - 1 August 2023.pdf', PRIVACY_POLICY: '/files/privacy.pdf', // Timestamp of changed date, update this to latest timestamp whenever change any above files. This also used to check on client side for updated to force user to disconnect and re-accept terms. - VERSION: 1686700800000, + VERSION: 1690848000000, } export enum FARM_TAB {