diff --git a/apps/dashboard/src/components/mission/DesireSection.tsx b/apps/dashboard/src/components/mission/DesireSection.tsx index 4ee48e380ab..e9e58fd021b 100644 --- a/apps/dashboard/src/components/mission/DesireSection.tsx +++ b/apps/dashboard/src/components/mission/DesireSection.tsx @@ -36,7 +36,7 @@ const DesireSection = () => { iconWidth="102px" icon={require("../../../public/assets/product-pages/mission/icon-control.svg")} title="Give control to developers" - description="Developers should have full control over their stack. thirdweb is designed to to allow developers to assemble and reassemble different parts of our tools and provide their own configurations. thirdweb has no servers, and every contract or app is owned by the developer." + description="Developers should have full control over their stack. thirdweb is designed to allow developers to assemble and reassemble different parts of our tools and provide their own configurations. thirdweb has no servers, and every contract or app is owned by the developer." /> ; } - // if the the modal starts out with the wallet's connect ui instead of wallet selector - going back to main screen requires staying on the same component and clearing the selection data + // if the modal starts out with the wallet's connect ui instead of wallet selector - going back to main screen requires staying on the same component and clearing the selection data // otherwise, we go back to the wallet selector by calling props.goBack const goBackToMain = () => { if (initialScreen === props.wallet) {