|
|
@ -49,9 +49,7 @@ const UIError: FunctionComponent<Props> = ({ error }) => {
|
|
|
|
<Anchor href={`${GithubRepoRoot}/issues/new/choose`} target="_blank">
|
|
|
|
<Anchor href={`${GithubRepoRoot}/issues/new/choose`} target="_blank">
|
|
|
|
<Button color="yellow">Report Issue</Button>
|
|
|
|
<Button color="yellow">Report Issue</Button>
|
|
|
|
</Anchor>
|
|
|
|
</Anchor>
|
|
|
|
<Button onClick={Reload}>
|
|
|
|
<Button onClick={Reload}>Reload Page</Button>
|
|
|
|
Reload Page
|
|
|
|
|
|
|
|
</Button>
|
|
|
|
|
|
|
|
</Group>
|
|
|
|
</Group>
|
|
|
|
</Container>
|
|
|
|
</Container>
|
|
|
|
);
|
|
|
|
);
|
|
|
|