Ott 395 redirect bug (#121)

keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Armen 5 years ago committed by GitHub
parent b118e44e24
commit bfa7a214da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/features/MatchCard/CardFinishedHover/index.tsx
  2. 6
      src/features/MatchCard/CardLiveHover/index.tsx

@ -30,7 +30,7 @@ export const CardFinishedHover = ({
<CardHoverTitle t='match_video' /> <CardHoverTitle t='match_video' />
<Rows> <Rows>
<Row> <Row>
<Link to={`${sportName}/matches/${id}`}> <Link to={`/${sportName}/matches/${id}`}>
<MoreVideo t='full_game' /> <MoreVideo t='full_game' />
</Link> </Link>
<MoreVideo t='game_time' /> <MoreVideo t='game_time' />

@ -35,16 +35,16 @@ export const CardLiveHover = ({
<CardHoverTitle t='match_video' /> <CardHoverTitle t='match_video' />
<Rows onClick={stopProp}> <Rows onClick={stopProp}>
<Row> <Row>
<Link to={`${sportName}/matches/${id}`}> <Link to={`/${sportName}/matches/${id}`}>
<MoreVideo t='watch_now' /> <MoreVideo t='watch_now' />
</Link> </Link>
<Link to={`${sportName}/matches/${id}`}> <Link to={`/${sportName}/matches/${id}`}>
<MoreVideo t='watch_from_beginning' /> <MoreVideo t='watch_from_beginning' />
</Link> </Link>
</Row> </Row>
<Row> <Row>
<Link to={`${sportName}/matches/${id}`}> <Link to={`/${sportName}/matches/${id}`}>
<MoreVideo t='watch_from_last_pause' /> <MoreVideo t='watch_from_last_pause' />
</Link> </Link>
</Row> </Row>

Loading…
Cancel
Save