diff --git a/src/client/routes/global-items/index.tsx b/src/client/routes/global-items/index.tsx index eeb3c59..8934772 100644 --- a/src/client/routes/global-items/index.tsx +++ b/src/client/routes/global-items/index.tsx @@ -1,4 +1,5 @@ import { createFileRoute, Link } from "@tanstack/react-router"; +import { ArrowLeft } from "lucide-react"; import { useEffect, useState } from "react"; import { GlobalItemCard } from "../../components/GlobalItemCard"; import { useGlobalItems } from "../../hooks/useGlobalItems"; @@ -23,28 +24,24 @@ function GlobalItemsCatalog() { ); return ( -
-
+
+ {/* Back link */} +
- ← Dashboard + + Discover
-
-

+ {/* Title + search row */} +
+

Global Gear Catalog

-

- Browse and discover gear from the shared catalog -

-
- - {/* Search */} -
-
+