Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed assets/previews/affiliates_preview.webp
Binary file not shown.
1 change: 0 additions & 1 deletion pcweb/components/docpage/navbar/navbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ def new_resource_section():
"icon": "MailAtSign01Icon",
},
{"label": "Blog", "url": "/blog", "icon": "RightToLeftListDashIcon"},
{"label": "Affiliates", "url": "/affiliates", "icon": "AddTeamIcon"},
{"label": "Use Cases", "url": use_cases_page.path, "icon": "CheckListIcon"},
]

Expand Down
1 change: 0 additions & 1 deletion pcweb/pages/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from pcweb.route import Route

from .affiliates import affiliates as affiliates
from .blog import blog_routes
from .booked import booked as booked
from .check_your_email_demo import page_thank_you as page_thank_you
Expand Down
1 change: 0 additions & 1 deletion pcweb/pages/affiliates/__init__.py

This file was deleted.

198 changes: 0 additions & 198 deletions pcweb/pages/affiliates/affiliates.py

This file was deleted.

1 change: 0 additions & 1 deletion pcweb/pages/framework/views/footer_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ def footer_index() -> rx.Component:
footer_link("Common Errors", errors.path),
footer_link("Roadmap", ROADMAP_URL),
footer_link("Forum", FORUM_URL),
footer_link("Affiliates", "/affiliates"),
footer_link("Use Cases", "/use-cases"),
rx.box(class_name="grow"),
rx.el.div(
Expand Down
1 change: 0 additions & 1 deletion pcweb/views/footer.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ def footer() -> rx.Component:
footer_link("Common Errors", errors.path),
footer_link("Roadmap", ROADMAP_URL),
footer_link("Forum", FORUM_URL),
footer_link("Affiliates", "/affiliates"),
footer_link("Use Cases", use_cases_page.path),
],
),
Expand Down