Skip to content

Commit

Permalink
Fix string key (github#25576)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsese authored Feb 23, 2022
1 parent ea3e958 commit 55a0cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/page-header/VersionPicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const VersionPicker = ({ variant }: Props) => {
const currentVersionPathSegment = currentVersion === DEFAULT_VERSION ? '' : `/${currentVersion}`

allLinks.push({
text: t('docs_versions'),
text: t('about_versions'),
selected: false,
item: (
<Link
Expand Down

0 comments on commit 55a0cbf

Please sign in to comment.