Skip to content

Commit 9442c96

Browse files
Remove affiliate page and all links (#1721)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Alek <alek@pynecone.io>
1 parent fbac94f commit 9442c96

File tree

7 files changed

+0
-203
lines changed

7 files changed

+0
-203
lines changed
-48.9 KB
Binary file not shown.

pcweb/components/docpage/navbar/navbar.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ def new_resource_section():
275275
"icon": "MailAtSign01Icon",
276276
},
277277
{"label": "Blog", "url": "/blog", "icon": "RightToLeftListDashIcon"},
278-
{"label": "Affiliates", "url": "/affiliates", "icon": "AddTeamIcon"},
279278
{"label": "Use Cases", "url": use_cases_page.path, "icon": "CheckListIcon"},
280279
]
281280

pcweb/pages/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from pcweb.route import Route
22

3-
from .affiliates import affiliates as affiliates
43
from .blog import blog_routes
54
from .booked import booked as booked
65
from .check_your_email_demo import page_thank_you as page_thank_you

pcweb/pages/affiliates/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

pcweb/pages/affiliates/affiliates.py

Lines changed: 0 additions & 198 deletions
This file was deleted.

pcweb/pages/framework/views/footer_index.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ def footer_index() -> rx.Component:
183183
footer_link("Common Errors", errors.path),
184184
footer_link("Roadmap", ROADMAP_URL),
185185
footer_link("Forum", FORUM_URL),
186-
footer_link("Affiliates", "/affiliates"),
187186
footer_link("Use Cases", "/use-cases"),
188187
rx.box(class_name="grow"),
189188
rx.el.div(

pcweb/views/footer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ def footer() -> rx.Component:
197197
footer_link("Common Errors", errors.path),
198198
footer_link("Roadmap", ROADMAP_URL),
199199
footer_link("Forum", FORUM_URL),
200-
footer_link("Affiliates", "/affiliates"),
201200
footer_link("Use Cases", use_cases_page.path),
202201
],
203202
),

0 commit comments

Comments
 (0)