Skip to content

Commit 1bdba86

Browse files
committed
update navbar too
1 parent b3b658b commit 1bdba86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcweb/components/docpage/navbar/navbar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def new_resource_section():
271271
{"label": "Newsletter", "url": "https://reflex.dev/#newsletter", "icon": "mails"},
272272
{"label": "Blog", "url": "/blog", "icon": "library-big"},
273273
{"label": "Affiliates", "url": "/affiliates", "icon": "network"},
274-
{"label": "Use Cases", "url": "/docs/ai-builder/overview/use-cases", "icon": "list-checks"},
274+
{"label": "Use Cases", "url": "/use-cases", "icon": "list-checks"},
275275
]
276276

277277
_open_source_items = [

0 commit comments

Comments
 (0)