void navigate({ search: nextSearch })}
+ />
+ )
+}
diff --git a/apps/web/src/ui/Navbar.tsx b/apps/web/src/ui/Navbar.tsx
index debb1d76..f34337ef 100644
--- a/apps/web/src/ui/Navbar.tsx
+++ b/apps/web/src/ui/Navbar.tsx
@@ -13,6 +13,7 @@ import {
useMobileMenu,
} from "./nav/primitives"
import { ConnectButton } from "@/features/wallet/components/ConnectButton"
+import { WhatsNew } from "@/features/changelog/components/WhatsNew"
const LANDING_LINKS = [
{ label: "Trade", href: "/trade" },
@@ -22,7 +23,10 @@ const LANDING_LINKS = [
{ label: "Governance", href: "#" },
]
-const APP_LINKS: Array<{ label: string; to: "/trade" | "/pools" | "/earn" | "/referrals" | "/faucet" | null }> = [
+const APP_LINKS: Array<{
+ label: string
+ to: "/trade" | "/pools" | "/earn" | "/referrals" | "/faucet" | null
+}> = [
{ label: "Trade", to: "/trade" },
{ label: "Pools", to: "/pools" },
{ label: "Earn", to: "/earn" },
@@ -83,15 +87,18 @@ export function Navbar({ variant }: Props) {
{/* Actions */}
+ {isApp && }
{!isApp && (
)}
@@ -135,7 +142,7 @@ export function Navbar({ variant }: Props) {
))}
{!isApp && (
-