Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/dashboard/src/components/mission/DesireSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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."
/>

<LandingIconSectionItem
Expand Down
2 changes: 1 addition & 1 deletion apps/portal/src/app/connect/wallet/security/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ When a user signs into an application using their email or social logins for the

### General Usage

- When users interact with their wallet via the the enclave, all communications are encrypted and only the legitimate user can access their wallet.
- When users interact with their wallet via the enclave, all communications are encrypted and only the legitimate user can access their wallet.
- All traffic is encrypted with TLS and HSTS. Services are run in private VPCs on AWS and accessible only from a single entry point via our Cloudflare DNS.
- Applications can [link multiple authentication methods](/connect/in-app-wallet/guides/link-multiple-profiles) to the same wallet. Any of these methods can be used to authenticate into the users wallet.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function InAppWalletConnectUI(props: {
return <LoadingScreen />;
}

// 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) {
Expand Down
Loading