parent
bd5b08f314
commit
df2ecb6d91
|
|
@ -93,7 +93,7 @@ export const FallbackIssue = ({
|
|||
stack: string | null | undefined
|
||||
}) => (
|
||||
<p className="mt-8">
|
||||
Still having this issue? Please give feedback in Github, thanks!
|
||||
Still having this issue? Please give feedback in GitHub, thanks!
|
||||
<a
|
||||
className="ml-2 cursor-pointer text-theme-accent-500 duration-200 hover:text-accent"
|
||||
href={getNewIssueUrl({
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ export const ModalErrorFallback: FC<AppErrorFallbackProps> = (props) => {
|
|||
) : null}
|
||||
|
||||
<p className="my-8">
|
||||
The App has a temporary problem, click the button below to try reloading the app or
|
||||
{APP_NAME} has a temporary problem, click the button below to try reloading the app or
|
||||
another solution?
|
||||
</p>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue