diff --git a/webapp/app/[locale]/_components/navbar/index.tsx b/webapp/app/[locale]/_components/navbar/index.tsx
index adb24383..2a42b5eb 100644
--- a/webapp/app/[locale]/_components/navbar/index.tsx
+++ b/webapp/app/[locale]/_components/navbar/index.tsx
@@ -44,130 +44,146 @@ export const Navbar = function () {
const href = useTunnelOperationByConnectedWallet()
return (
-
-
-
-
-
-
+ <>
+
-
- -
- }
- rightSection={
-
- }
- text={t('tunnel')}
- />
-
- -
- {featureFlags.stakeCampaignEnabled && (
+
+ -
+ }
+ rightSection={
+
+ }
+ text={t('tunnel')}
+ />
+
+ -
+ {featureFlags.stakeCampaignEnabled && (
+ }
+ text={t('stake')}
+ urlToBeSelected="/stake"
+ />
+ )}
+
+ -
+ }
+ text={t('swap')}
+ />
+
+ -
+
+
+
+
+ -
+
+
+ -
}
- text={t('stake')}
- urlToBeSelected="/stake"
+ event="nav - hbk"
+ href="https://docs.hemi.xyz/building-bitcoin-apps/hemi-bitcoin-kit-hbk"
+ icon={}
+ text={t('bitcoinkit')}
/>
+
+ -
+ }
+ subMenu={
+ <>
+
+ >
+ }
+ text={t('tools')}
+ />
+
+ -
+
+
+ -
+ }
+ text={t('demos')}
+ />
+
+ -
+ }
+ text={t('network-status')}
+ />
+
+ -
+ }
+ text={t('hemidocs')}
+ />
+
+ {featureFlags.mainnetEnabled && (
+ -
+
+
)}
-
- -
- }
- text={t('swap')}
- />
-
- -
-
-
-
-
- -
-
-
- -
- }
- text={t('bitcoinkit')}
- />
-
- -
- }
- subMenu={
- <>
-
- >
- }
- text={t('tools')}
- />
-
- -
-
-
- -
- }
- text={t('demos')}
- />
-
- -
- }
- text={t('network-status')}
- />
-
- -
- }
- text={t('hemidocs')}
- />
-
- {featureFlags.mainnetEnabled && (
- -
-
+
-
+
- )}
- -
-
-
- -
+
-
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+
+
+
-
+ >
)
}