diff --git a/src/renderer/src/components/common/ErrorElement.tsx b/src/renderer/src/components/common/ErrorElement.tsx index 335c41a069..27ab5e41df 100644 --- a/src/renderer/src/components/common/ErrorElement.tsx +++ b/src/renderer/src/components/common/ErrorElement.tsx @@ -1,5 +1,6 @@ -import pkg, { repository } from "@pkg" +import pkg from "@pkg" import { attachOpenInEditor } from "@renderer/lib/dev" +import { getNewIssueUrl } from "@renderer/lib/issues" import { clearLocalPersistStoreData } from "@renderer/store/utils/clear" import { useEffect, useRef } from "react" import { isRouteErrorResponse, useRouteError } from "react-router-dom" @@ -63,8 +64,8 @@ export function ErrorElement() {
{APP_NAME} {" "} - has a temporary problem, click the button below to try reloading - the app or another solution? + has a temporary problem, click the button below to try + reloading the app or another solution?
The icon library used by Follow is mgc which is copyrighted by - https://mgc.mingcute.com/ + + https://mgc.mingcute.com/ + {" "} and cannot be redistributed.
@@ -62,7 +65,7 @@ export const SettingAbout = () => ( {" "} open an issue