Skip to content

Commit

Permalink
FIX: Rename Leadership Header to Sponsor (#599)
Browse files Browse the repository at this point in the history
* update english nav header with support

* update tests to include support
  • Loading branch information
kjaymiller authored Dec 2, 2024
1 parent 0995b06 commit d04c228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _data/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ en:
- About Us
- Events
- Community
- Leadership
- Support
index:
lead: Extending the ecosystem of Python Communities to Black and Colo(u)red Communities around the world.
article:
Expand Down
1 change: 1 addition & 0 deletions tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def test_headers_in_language(page_url: tuple[Page, str], route: str) -> None:
("About Us", "/about/"),
("Events", "/events/"),
("Community", "/community/"),
("Support", "/support/"),
),
)
def test_bpdevs_title_en(page_url: tuple[Page, str], title: str, url: str) -> None:
Expand Down

0 comments on commit d04c228

Please sign in to comment.