Add back TX icon and fix padding.
This commit is contained in:
parent
8c3acd29c6
commit
8cdf53eb95
1 changed files with 2 additions and 1 deletions
|
@ -111,9 +111,10 @@ export function NavBar() {
|
|||
}}
|
||||
>
|
||||
{connectButtonAnimating ? (
|
||||
<span className="dot-pulse" />
|
||||
<span className="dot-pulse mr-2" />
|
||||
) : (
|
||||
<>
|
||||
<FaBroadcastTower size={17} className="mr-2" />
|
||||
{broadcastState.stage === "NOT_REGISTERED" && "Register for show"}
|
||||
{broadcastState.stage === "REGISTERED" && "Cancel registration"}
|
||||
</>
|
||||
|
|
Loading…
Reference in a new issue