Add back TX icon and fix padding.

This commit is contained in:
Matthew Stratford 2020-05-11 00:14:46 +01:00
parent 8c3acd29c6
commit 8cdf53eb95

View file

@ -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"}
</>