forked from abner/for-legacy-web
feat: add reaction button to overlay
This commit is contained in:
@@ -43,6 +43,7 @@ export default function Developer() {
|
||||
fields={{ provider: <b>GAMING!</b> }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div style={{ padding: "16px" }}>
|
||||
<a onClick={() => setCrash(true)}>click to crash app</a>
|
||||
{crash && (window as any).sus.sus()}
|
||||
|
||||
Reference in New Issue
Block a user