@ -107,10 +107,7 @@ export function TrollboxPanel(props) {
return (
<>
<div id="trollbox">
<a href="https://webchat.oftc.net/?channels=unaboomer" target={"_blank"}>Show Chat</a>
</div>
{props.ws && props.address && false && (
{props.ws && props.address && (
{readyState == ReadyState.OPEN && showChat && (
@ -226,7 +226,7 @@ button.doThing:disabled {
}
#trollbox {
/* #trollbox {
height: 40px;
background-color: #ef3b39;
@ -235,7 +235,7 @@ button.doThing:disabled {
color: #f9f9f9;
text-align: center;
line-height: 40px;
} */
#trollbox ul li, #trollbox span, #trollbox a {
list-style-type: none;