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' />
<Rows>
<Row>
<Link to={`${sportName}/matches/${id}`}>
<Link to={`/${sportName}/matches/${id}`}>
<MoreVideo t='full_game' />
</Link>
<MoreVideo t='game_time' />

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

Loading…
Cancel
Save