Fix broken link on license page (#1468)
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com>
This commit is contained in:
@@ -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"
|
||||
);
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user