diff options
| author | MetaCubeX <[email protected]> | 2022-05-29 23:32:25 +0800 |
|---|---|---|
| committer | MetaCubeX <[email protected]> | 2022-05-29 23:32:25 +0800 |
| commit | 4dc818c8dbfac1182888d418399410fd95b07a95 (patch) | |
| tree | 91cf6cffd300dbb628688b4fad76835c545af3b7 /src/components/ErrorBoundaryFallback.tsx | |
| parent | 419ea7de65ffb6f6c560adb03f71f04801bebac2 (diff) | |
fix: scroll shake on log page
Diffstat (limited to 'src/components/ErrorBoundaryFallback.tsx')
| -rw-r--r-- | src/components/ErrorBoundaryFallback.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ErrorBoundaryFallback.tsx b/src/components/ErrorBoundaryFallback.tsx index 7ab7d06..9f41d91 100644 --- a/src/components/ErrorBoundaryFallback.tsx +++ b/src/components/ErrorBoundaryFallback.tsx @@ -3,7 +3,7 @@ import React from 'react'; import s0 from './ErrorBoundaryFallback.module.scss'; import SvgGithub from './SvgGithub'; import SvgYacd from './SvgYacd'; -const yacdRepoIssueUrl = 'https://github.com/haishanh/yacd/issues'; +const yacdRepoIssueUrl = 'https://github.com/metacubex/yacd'; type Props = { message?: string; @@ -21,7 +21,7 @@ function ErrorBoundaryFallback({ message, detail }: Props) { <p> <a className={s0.link} href={yacdRepoIssueUrl}> <SvgGithub width={16} height={16} /> - haishanh/yacd + metacubex/yacd </a> </p> </div> |
