Merge pull request #2401 from polarathene/fix/version-selector-use-title-for-ui

fix(Version Selector): Current version should be consistent with drop-down listed version
This commit is contained in:
Martin Donath
2021-03-09 21:46:05 +01:00
committed by GitHub

View File

@@ -61,7 +61,7 @@ export function renderVersionSelector(versions: Version[]): HTMLElement {
return (
<div class="md-version">
<span class="md-version__current">
{active.version}
{active.title}
</span>
<ul class="md-version__list">
{versions.map(version => (