diff --git a/package.json b/package.json index 304acf1ae4..cd0396e879 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@apollo/client": "^3.10.4", - "@giveth/ui-design-system": "^1.11.34", + "@giveth/ui-design-system": "^1.11.36", "@next/third-parties": "^14.2.5", "@react-google-maps/api": "^2.19.3", "@reduxjs/toolkit": "^2.2.4", diff --git a/src/context/verification.context.tsx b/src/context/verification.context.tsx index 66a36014e8..89fd88fbed 100644 --- a/src/context/verification.context.tsx +++ b/src/context/verification.context.tsx @@ -84,7 +84,7 @@ export const VerificationProvider = ({ children }: { children: ReactNode }) => { } } catch (error: any) { switch (error?.message) { - case 'There is not any givbacks eligiblity form for this project': + case 'There is not any project verification form for this project': setStep(0); break; diff --git a/yarn.lock b/yarn.lock index 14e51e8bbd..c6103b88f8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1329,10 +1329,10 @@ "@solana/wallet-adapter-base" "^0.9.17" bs58 "^5.0.0" -"@giveth/ui-design-system@^1.11.34": - version "1.11.34" - resolved "https://registry.npmjs.org/@giveth/ui-design-system/-/ui-design-system-1.11.34.tgz" - integrity sha512-gt28LwEcZ7KBIkqonCkiPkVLNBfxyq/3YDfFQTl8V0zqW3RzfOvIAex4XV10DTu+wJUiizN1AiQSy6h5CJgVgw== +"@giveth/ui-design-system@^1.11.36": + version "1.11.36" + resolved "https://registry.yarnpkg.com/@giveth/ui-design-system/-/ui-design-system-1.11.36.tgz#68e289ab41028ade89b344937f8f2ff13ca4b8bb" + integrity sha512-Ethft3DAmDrMD6xID9/7uJGfBk/TZV92YEImtviNVubH3eAAyI5c6hRXJmlKlZbiJMhjJrGvOXGrfEZEgU3mgw== dependencies: next "14.1.0" react "^18"