Skip to content

Commit 3ac5809

Browse files
authored
Open version page in new tab. (#518)
Change-Id: I88f452e2b7a4495c310d028bbc0777ccfdb1eeb1
1 parent 1331da4 commit 3ac5809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme/VersionIndicator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export function VersionIndicator() {
9494
};
9595

9696
const viewAllVersions = () => {
97-
window.location.href = `/next${langPrefix}/versions`;
97+
window.open(`/next${langPrefix}/versions`, '_blank');
9898
};
9999

100100
const displayVersion = versionJson.current_version;

0 commit comments

Comments
 (0)