Skip to content

Commit

Permalink
Revert "docs: display version in mobile view (eslint#15909)"
Browse files Browse the repository at this point in the history
This reverts commit 576f352.
  • Loading branch information
srijan-deepsource committed May 30, 2022
1 parent 897c638 commit df8b1fc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/src/_includes/components/nav-version-switcher.html
Expand Up @@ -11,9 +11,6 @@
Version
</label>
<select name="version selector" id="nav-version-select" aria-describedby="version-infobox" class="c-custom-select switcher__select auto-switcher">
<option value="{{ eslintVersion }}" selected>
v{{ eslintVersion }}
</option>
{% for version in versions.items %}
<option value="{{ version.number }}"
data-url="{{ version.url }}"
Expand Down

0 comments on commit df8b1fc

Please sign in to comment.