Skip to content

Commit 3b8a0c0

Browse files
committed
fix: brand inconsistency
1 parent 209ba71 commit 3b8a0c0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/overrides/main.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
{% block site_meta %}
99
{{ super() }}
10-
<meta name="ecosystem-shell" content="Python OpenAPI Ecosystem" />
10+
<meta name="ecosystem-shell" content="Python OpenAPI" />
1111
<meta name="ecosystem-project" content="openapi-core" />
1212
<meta data-theme-contract-version="1" />
1313
{% endblock %}
1414

1515
{% block announce %}
16-
<aside class="ecosystem-shell-banner" aria-label="Python OpenAPI Ecosystem">
16+
<aside class="ecosystem-shell-banner" aria-label="Python OpenAPI">
1717
<a class="ecosystem-home" href="/" data-ecosystem-home="true">
1818
← Back to the Python OpenAPI
1919
</a>
@@ -24,6 +24,6 @@
2424
{% block footer %}
2525
{{ super() }}
2626
<p class="ecosystem-footer-note" data-theme-contract-version="1">
27-
Part of the <a href="/" class="ecosystem-home">Python OpenAPI Ecosystem</a>.
27+
Part of the <a href="/" class="ecosystem-home">Python OpenAPI</a>.
2828
</p>
2929
{% endblock %}

0 commit comments

Comments
 (0)