Fix broken link on license page (#1468)

Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com>
This commit is contained in:
Lenin Alevski
2022-01-26 17:59:07 -06:00
committed by GitHub
parent 95ebc3bedf
commit 719866a574

View File

@@ -351,9 +351,7 @@ const LicensePlans = ({
onClick={(e) => {
e.preventDefault();
window.open(
`${button.link}/?ref=${
operatorMode ? "op" : "con"
}`,
`${button.link}?ref=${operatorMode ? "op" : "con"}`,
"_blank"
);
}}