Skip to content

Commit 3ae6f0c

Browse files
committed
chore: repo link
1 parent 07b8108 commit 3ae6f0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/nav/NavScreen.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ interface NavScreenProps {
1717
}
1818

1919
const NavScreen: FC<NavScreenProps> = ({ isHide }) => {
20-
const { repoType, siteRepo, rssLink } = useRepoLink();
20+
const { repoType, dataRepo, rssLink } = useRepoLink();
2121

2222
return (
2323
<div className={clsx('nav-screen', { open: isHide })}>
@@ -69,7 +69,7 @@ const NavScreen: FC<NavScreenProps> = ({ isHide }) => {
6969
icon={iconGh}
7070
fontSize="20"
7171
color="var(--gg-icon)"
72-
onClick={() => go(siteRepo)}
72+
onClick={() => go(dataRepo)}
7373
/>
7474
</div>
7575
</div>

0 commit comments

Comments
 (0)