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 c4a77be commit 9d644dbCopy full SHA for 9d644db
components/navbar/index.tsx
@@ -17,7 +17,7 @@ export const NavBar: FC<INavBarProps> = ({}) => {
17
const iconTheme = theme === Themes.light ? <IconMoon size="extra-large"/> : <IconSun size="extra-large"/>;
18
return (
19
<div className={styles.navBar}>
20
- <a href="/">
+ <a href="https://iotsharp.io/">
21
<Image src={logoIcon} alt="" width={35} height={35}/>
22
<Image src={icon} alt="" width={135} height={40}/>
23
</a>
0 commit comments