fix(#2736): terms and conditions

keep-around/b214ac7012ef42593bee62c207888a2593bc5a38
Rakov Roman 3 years ago committed by Andrei Dekterev
parent 6f3457979f
commit ddc13e0152
  1. 1595
      public/clients/insports/privacy-policy-and-statement.html
  2. 4368
      public/clients/insports/terms-and-conditions.html
  3. 4
      src/config/clients/insports.tsx

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -13,7 +13,7 @@ export const insports: ClientConfig = {
description: 'Live sports streaming platform. Football, basketball, ice hockey and more. Access to various player playlists and game highlights. Multiple subscription options. Available across all devices.', description: 'Live sports streaming platform. Football, basketball, ice hockey and more. Access to various player playlists and game highlights. Multiple subscription options. Available across all devices.',
disabledPreferences: true, disabledPreferences: true,
name: ClientNames.Insports, name: ClientNames.Insports,
privacyLink: '/privacy-policy-and-statement', privacyLink: '/privacy-policy-and-statement?client_id=insports-ott-web',
showSearch: true, showSearch: true,
styles: { styles: {
background: 'background-image: url(/images/Checker.png);', background: 'background-image: url(/images/Checker.png);',
@ -41,6 +41,6 @@ export const insports: ClientConfig = {
height: 1.465rem; height: 1.465rem;
`, `,
}, },
termsLink: '/terms-and-conditions', termsLink: '/terms-and-conditions?client_id=insports-ott-web',
title: 'InSports TV - The Home of Sports Streaming', title: 'InSports TV - The Home of Sports Streaming',
} }

Loading…
Cancel
Save