fix: styling fixes (#721)

This commit is contained in:
Sophie L
2022-08-08 16:06:21 +01:00
committed by GitHub
parent c2a729a5e0
commit 7cf7402cea
3 changed files with 28 additions and 10 deletions

View File

@@ -45,7 +45,7 @@ export default function Developer() {
</div>
<div style={{ padding: "16px" }}>
<a onClick={() => setCrash(true)}>click to crash app</a>
<a style={"cursor: pointer;"} onClick={() => setCrash(true)}>click to crash app</a>
{crash && (window as any).sus.sus()}
{/*<span>
<b>Voice Status:</b> {VoiceStatus[voice.status]}