|
|
|
@ -1,4 +1,3 @@ |
|
|
|
/* eslint-disable max-len */ |
|
|
|
|
|
|
|
import styled from 'styled-components/macro' |
|
|
|
import styled from 'styled-components/macro' |
|
|
|
|
|
|
|
|
|
|
|
const Info = styled.p` |
|
|
|
const Info = styled.p` |
|
|
|
@ -9,18 +8,12 @@ const Info = styled.p` |
|
|
|
font-size: 1.5rem; |
|
|
|
font-size: 1.5rem; |
|
|
|
` |
|
|
|
` |
|
|
|
|
|
|
|
|
|
|
|
const EmailLink = styled.a` |
|
|
|
|
|
|
|
margin-left: 10px; |
|
|
|
|
|
|
|
color: white; |
|
|
|
|
|
|
|
` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const UnavailableText = () => ( |
|
|
|
export const UnavailableText = () => ( |
|
|
|
<Info> |
|
|
|
<Info> |
|
|
|
{/* The site is temporarily unavailable |
|
|
|
The site is temporarily unavailable |
|
|
|
<br /> |
|
|
|
<br /> |
|
|
|
El sitio está temporalmente fuera de servicio |
|
|
|
El sitio está temporalmente fuera de servicio |
|
|
|
<br /> |
|
|
|
<br /> |
|
|
|
Сайт временно не доступен */} |
|
|
|
Сайт временно не доступен |
|
|
|
The inSports TV streaming platform is discontinued. For queries, contact us at <EmailLink href='mailto: support@insports.tv'>support@insports.tv</EmailLink> |
|
|
|
|
|
|
|
</Info> |
|
|
|
</Info> |
|
|
|
) |
|
|
|
) |
|
|
|
|