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 93ce397 commit 11b14e0Copy full SHA for 11b14e0
components/navbar/index.tsx
@@ -22,7 +22,7 @@ const NavBar: FC<INavBarProps> = ({}) => {
22
};
23
return (
24
<div className={styles.navBar}>
25
- <a href="https://iotsharp.io/">
+ <a href="https://iotsharp.net/">
26
<Image src={logoIcon} alt="" width={35} height={35}/>
27
<Image src={icon} alt="" width={135} height={40}/>
28
</a>
@@ -59,7 +59,7 @@ const NavBar: FC<INavBarProps> = ({}) => {
59
</div>
60
61
<SideSheet title="安装包" visible={visible} onCancel={onChange} placement="right">
62
- <p>Here is more content...</p>
+ <p> <a href="https://github.com/IoTSharp/IoTSharp/releases">点这里下载</a></p>
63
</SideSheet>
64
65
);
0 commit comments