diff --git a/src/config/clients/index.tsx b/src/config/clients/index.tsx index c8277f36..c6fd81a4 100644 --- a/src/config/clients/index.tsx +++ b/src/config/clients/index.tsx @@ -10,8 +10,8 @@ export const isLffClient = currentClient === 'lff' const clients = { facr, - instat, insports, + instat, lff, } diff --git a/src/config/clients/types.tsx b/src/config/clients/types.tsx index 7505c16a..4ce50537 100644 --- a/src/config/clients/types.tsx +++ b/src/config/clients/types.tsx @@ -6,16 +6,16 @@ type StyledCss = ReturnType export enum ClientIds { Facr = 'facr-ott-web', + Insports = 'ott-web', Instat = 'ott-web', Lff = 'lff-ott-web', - Insports = 'ott-web', } export enum ClientNames { Facr = 'facr', + Insports = 'insports', Instat = 'instat', Lff = 'lff', - Insports = 'insports', } export type ClientConfig = {