Skip to content

Commit 11b14e0

Browse files
authored
Update index.tsx
1 parent 93ce397 commit 11b14e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/navbar/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const NavBar: FC<INavBarProps> = ({}) => {
2222
};
2323
return (
2424
<div className={styles.navBar}>
25-
<a href="https://iotsharp.io/">
25+
<a href="https://iotsharp.net/">
2626
<Image src={logoIcon} alt="" width={35} height={35}/>
2727
<Image src={icon} alt="" width={135} height={40}/>
2828
</a>
@@ -59,7 +59,7 @@ const NavBar: FC<INavBarProps> = ({}) => {
5959
</div>
6060
</div>
6161
<SideSheet title="安装包" visible={visible} onCancel={onChange} placement="right">
62-
<p>Here is more content...</p>
62+
<p> <a href="https://github.com/IoTSharp/IoTSharp/releases">点这里下载</a></p>
6363
</SideSheet>
6464
</div>
6565
);

0 commit comments

Comments
 (0)