|
|
|
|
@ -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> |
|
|
|
|
|