Skip to content

Commit

Permalink
update new TOS file
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoYhun committed Aug 1, 2023
1 parent cfd8a8c commit 1a415fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/swapv2/styleds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export const KyberAIBannerWrapper = styled.div`
margin-bottom: 16px;
${({ theme }) => theme.mediaWidth.upToSmall`
height: 132px;
max-height: 132px;
`}
`

Expand Down
4 changes: 2 additions & 2 deletions src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1a415fa

Please sign in to comment.