diff --git a/packages/client/src/pages/Wizard/index.js b/packages/client/src/pages/Wizard/index.js index e891a3970a..f7b6b83dae 100644 --- a/packages/client/src/pages/Wizard/index.js +++ b/packages/client/src/pages/Wizard/index.js @@ -496,11 +496,7 @@ const Wizard = (props) => { } fontSize="13px" target="_blank" - href={ - sofwareLicense - ? sofwareLicense - : "https://gnu.org/licenses/gpl-3.0.html" - } + href={sofwareLicense} > {t("LicenseLink")}