fix(ui): player link
This commit is contained in:
parent
a358bc5112
commit
632015579d
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ function SubHeader(props) {
|
|||
>
|
||||
<Icon size="20" name="event/link" className="mr-1" />
|
||||
<Tooltip title="Open in new tab" delay={0}>
|
||||
<a href={location} target='_blank'>{location}</a>
|
||||
<a href={currentLocation} target='_blank'>{location}</a>
|
||||
</Tooltip>
|
||||
</div>
|
||||
</>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue