-
-
- {props.label}
-
- {!!props.tag && (
-
-
- {props.tag}
-
-
- )}
+
+
+
+ {label}
+
+
+ {!!tag && (
+
+ {tag}
+
+ )}
+
{isExternal &&
}
diff --git a/apps/hub/src/app/_components/sidebar.tsx b/apps/hub/src/app/_components/sidebar.tsx
index e5c3a26ab..2b2195eed 100644
--- a/apps/hub/src/app/_components/sidebar.tsx
+++ b/apps/hub/src/app/_components/sidebar.tsx
@@ -2,54 +2,38 @@
import {
BridgeIcon,
- DepositIcon,
+ // DepositIcon,
DiscoverIcon,
DocsIcon,
ExplorerIcon,
GovernanceIcon,
HomeIcon,
KarmaIcon,
- LaunchIcon,
- MintIcon,
StakeIcon,
SubmitAppIcon,
- SwapIcon,
} from './icons'
import { LinkItem } from './link-item'
const NAV_LINKS = [
{ id: 'dashboard', label: 'Home', icon: HomeIcon, href: '/dashboard' },
- {
- id: 'deposit',
- label: 'Deposit',
- icon: DepositIcon,
- href: 'https://example.com',
- tag: 'Mainnet',
- },
+ // {
+ // id: 'deposit',
+ // label: 'Deposit',
+ // icon: DepositIcon,
+ // href: '/deposit',
+ // tag: 'Mainnet',
+ // },
{ id: 'discover', label: 'Discover', icon: DiscoverIcon, href: '/discover' },
{ id: 'stake', label: 'Stake', icon: StakeIcon, href: '/stake' },
{ id: 'karma', label: 'Karma', icon: KarmaIcon, href: '/karma' },
]
const TOKENS_LINKS = [
- { id: 'swap', label: 'Swap', icon: SwapIcon, href: 'https://example.com' },
- {
- id: 'launch',
- label: 'Launch',
- icon: LaunchIcon,
- href: 'https://example.com',
- },
{
id: 'bridge',
label: 'Bridge',
icon: BridgeIcon,
- href: 'https://example.com',
- },
- {
- id: 'mint-usdz',
- label: 'Mint USDZ',
- icon: MintIcon,
- href: 'https://example.com',
+ href: 'https://bridge.status.network/',
},
]
@@ -58,7 +42,7 @@ const OTHER_LINKS = [
id: 'explorer',
label: 'Explorer',
icon: ExplorerIcon,
- href: 'https://example.com',
+ href: 'https://sepoliascan.status.network/',
},
{
id: 'governance',
@@ -70,9 +54,14 @@ const OTHER_LINKS = [
id: 'submit-app',
label: 'Submit an app',
icon: SubmitAppIcon,
- href: '/submit-app',
+ href: 'https://statusnetwork.typeform.com/builder',
+ },
+ {
+ id: 'docs',
+ label: 'Docs',
+ icon: DocsIcon,
+ href: 'https://docs.status.network/',
},
- { id: 'docs', label: 'Docs', icon: DocsIcon, href: '/docs' },
]
type Props = {
diff --git a/apps/hub/tailwind.config.ts b/apps/hub/tailwind.config.ts
index 737e118d6..50c2f190f 100644
--- a/apps/hub/tailwind.config.ts
+++ b/apps/hub/tailwind.config.ts
@@ -87,6 +87,13 @@ export default {
letterSpacing: '-0.024375rem',
},
],
+ 11: [
+ '0.6875rem',
+ {
+ lineHeight: '0.9625rem',
+ letterSpacing: '-0.0034375rem',
+ },
+ ],
},
colors: {