Skip to content

Commit 9d644db

Browse files
author
wangqian
committed
fix: 修复navbar链接
1 parent c4a77be commit 9d644db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/navbar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const NavBar: FC<INavBarProps> = ({}) => {
1717
const iconTheme = theme === Themes.light ? <IconMoon size="extra-large"/> : <IconSun size="extra-large"/>;
1818
return (
1919
<div className={styles.navBar}>
20-
<a href="/">
20+
<a href="https://iotsharp.io/">
2121
<Image src={logoIcon} alt="" width={35} height={35}/>
2222
<Image src={icon} alt="" width={135} height={40}/>
2323
</a>

0 commit comments

Comments
 (0)