diff --git a/src/components/MobileBottomNav.tsx b/src/components/MobileBottomNav.tsx index ea8c6b2e..1a22de64 100644 --- a/src/components/MobileBottomNav.tsx +++ b/src/components/MobileBottomNav.tsx @@ -110,7 +110,7 @@ export function MobileBottomNav() { {/* Organizations */} { selectionChanged(); setSearchOpen(false); }} diff --git a/src/components/TopNav.tsx b/src/components/TopNav.tsx index 63fb830a..5449d1db 100644 --- a/src/components/TopNav.tsx +++ b/src/components/TopNav.tsx @@ -34,8 +34,8 @@ interface NavItem { const NAV_ITEMS: NavItem[] = [ { label: 'Activity', to: '/feed', icon: Activity }, - { label: 'Support', to: '/campaigns/all', icon: HandHeart }, - { label: 'Organize', to: '/communities', icon: Users }, + { label: 'Campaigns', to: '/campaigns/all', icon: HandHeart }, + { label: 'Groups', to: '/communities', icon: Users }, { label: 'Pledge', to: '/pledges', icon: Megaphone }, ]; diff --git a/src/lib/sidebarItems.tsx b/src/lib/sidebarItems.tsx index 03c0f96b..c3ee2f5d 100644 --- a/src/lib/sidebarItems.tsx +++ b/src/lib/sidebarItems.tsx @@ -193,7 +193,7 @@ export const SIDEBAR_ITEMS: SidebarItemDef[] = [ { id: "emojis", label: "Emojis", path: "/emojis", icon: SmilePlus }, { id: "development", label: "Development", path: "/development", icon: Code }, { id: "badges", label: "Badges", path: "/badges", icon: Award }, - { id: "communities", label: "Organize", path: "/communities", icon: Users }, + { id: "communities", label: "Groups", path: "/communities", icon: Users }, { id: "world", label: "World", path: "/world", icon: Earth }, ]; diff --git a/src/pages/CommunitiesPage.tsx b/src/pages/CommunitiesPage.tsx index 7522d27a..0f22d570 100644 --- a/src/pages/CommunitiesPage.tsx +++ b/src/pages/CommunitiesPage.tsx @@ -363,7 +363,7 @@ function CommunitiesHero({ onCreateCommunity }: CommunitiesHeroProps) {

- Organize + Groups

Strength