From 86cc1d305c65fea2840291cfdf03c0e0461bd45b Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 19 Oct 2025 03:20:22 +0000 Subject: [PATCH] Add Directory link to new member resources cgen-7dcf62d6586b41b58b68b94dfacd30a4 --- client/pages/Community.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/client/pages/Community.tsx b/client/pages/Community.tsx index 3ee7988f..1b051339 100644 --- a/client/pages/Community.tsx +++ b/client/pages/Community.tsx @@ -893,6 +893,14 @@ export default function Community() { href: "/docs/getting-started", label: "View tour", }, + { + id: "directory", + title: "Browse Creators & Studios", + description: + "Discover non‑AeThex developers and independent studios.", + href: "/directory", + label: "Open directory", + }, { id: "starter-kit", title: "Starter Resource Kit",