We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c8929 commit abfe7c5Copy full SHA for abfe7c5
src/pages/Login/components/Header/index.tsx
@@ -11,11 +11,11 @@ export default function Header() {
11
const dispatch = useAppDispatch();
12
13
const navToGitHub = () => {
14
- window.open('https://github.com/tencent/tdesign-react-starter');
+ window.open('https://github.com/go-cinch/pc-react');
15
};
16
17
const navToHelper = () => {
18
- window.open('http://tdesign.tencent.com/starter/docs/react/get-started');
+ window.open('https://go-cinch.github.io/docs/#/started/0.init');
19
20
21
const toggleSettingPanel = () => {
0 commit comments