chore: fix typo

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei 2024-09-11 12:46:22 +08:00
parent bd5b08f314
commit df2ecb6d91
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
2 changed files with 2 additions and 2 deletions

View File

@ -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({

View File

@ -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>