Skip to content

Commit 74aae1a

Browse files
authored
New version dropdown: Change "View all versions" to "View other versions" (#1401)
* New version dropdown: Change "View all versions" to "View other versions" * Use input url insteaod hardcoded url
1 parent 86539ca commit 74aae1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Elastic.Documentation.Site/Assets/web-components/VersionDropdown.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,11 @@ const VersionDropdown = ({
188188
`}
189189
>
190190
<EuiLink
191-
href="/docs/versions"
191+
href={allVersionsUrl}
192192
color="text"
193193
>
194194
<EuiText size="s">
195-
View all versions
195+
View other versions
196196
</EuiText>
197197
</EuiLink>
198198
</EuiPanel>

0 commit comments

Comments
 (0)