Skip to content

Commit ee1a54f

Browse files
committed
ran pnpm lint
1 parent 28c0fe4 commit ee1a54f

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

apps/login/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "login",
3+
"version": "0.0.0",
4+
"private": true
5+
}

apps/portal/src/app/Header.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ export function Header() {
216216
</div>
217217

218218
<div className="flex items-center gap-3">
219-
220219
<div className="hidden xl:block">
221220
<Link
222221
className="text-foreground"
@@ -226,7 +225,7 @@ export function Header() {
226225
<GithubIcon className="mx-3 size-6" />
227226
</Link>
228227
</div>
229-
228+
230229
<div className="hidden xl:block">
231230
<ThemeSwitcher className="border-none bg-transparent" />
232231
</div>

apps/portal/src/app/connect/wallet/faq/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Yes, you can easily use account abstraction with in-app wallets to enable sponso
4343

4444
Thirdweb wallets can be used as a signer to a smart contract account (account abstraction), but it can also be used as a standalone EOA.
4545

46-
### Is there a way to display the logged-in email address in the Connect component, similar to the wallet address?
46+
### Is there a way to display the logged-in email address in the Wallet component, similar to the wallet address?
4747

4848
Yes, we show the email by default in the details modal after you connect. To display the email anywhere else using React or React Native, [check out the code snippets for all platforms](/connect/in-app-wallet/how-to/interact-with-wallets#get-the-user-email).
4949

apps/portal/src/app/connect/wallet/get-started/page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Your client ID authenticates your application with thirdweb's services and provi
4040

4141
## Live Playground
4242

43-
Before diving into the implementation, check out our playground to see all the various capabilities of Connect:
43+
Before diving into the implementation, check out our playground to see all the various capabilities of Wallets:
4444

4545
<ArticleIconCard
4646
title="Try the demo"
@@ -224,7 +224,7 @@ Before diving into the implementation, check out our playground to see all the v
224224
}
225225
```
226226

227-
### Connect Button Component
227+
### Wallet Button Component
228228

229229
Use the pre-built ConnectButton for a complete wallet connection UI:
230230

apps/portal/src/app/connect/wallet/migrate-to-thirdweb/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ If you are thinking of migrating your users off another embedded wallet provider
88

99
<Callout variant="info" title="Learn more">Learn more about Migration from our [GitHub repository](https://github.com/thirdweb-example/migrate)</Callout>
1010

11-
If you’d prefer to use your existing solutions for now and take advantage of thirdweb for other parts of your application, we recommend using the [Connect SDK adapters](/typescript/v5/adapters).
11+
If you’d prefer to use your existing solutions for now and take advantage of thirdweb for other parts of your application, we recommend using the [Wallet SDK adapters](/typescript/v5/adapters).

pnpm-lock.yaml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)