Skip to content

Commit ec5610a

Browse files
Fix newsletter anchor link in resources dropdown (#1483)
Update newsletter URL from https://reflex.dev/#newsletter to https://reflex.dev/open-source/#newsletter in the resources dropdown navigation. Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: [email protected] <[email protected]> Co-authored-by: Ahmad Hakim <[email protected]>
1 parent 7eca3ee commit ec5610a

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
@@ -270,7 +270,7 @@ def new_resource_section():
270270
_company_items = [
271271
{
272272
"label": "Newsletter",
273-
"url": "https://reflex.dev/#newsletter",
273+
"url": "https://reflex.dev/open-source/#newsletter",
274274
"icon": "mails",
275275
},
276276
{"label": "Blog", "url": "/blog", "icon": "library-big"},

0 commit comments

Comments
 (0)