Skip to content

Commit 143ab6d

Browse files
[Portal] simplify get started wallet documentation (#7466)
1 parent bc51255 commit 143ab6d

File tree

12 files changed

+244
-580
lines changed

12 files changed

+244
-580
lines changed

apps/portal/knip.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"src/pages/**/*.{js,jsx,ts,tsx}",
2121
"scripts/*.ts"
2222
],
23-
"ignore": ["src/components/ui/**"],
23+
"ignore": ["src/components/ui/**", "src/icons/**"],
2424
"ignoreBinaries": ["only-allow"],
2525
"ignoreDependencies": [
2626
"@thirdweb-dev/chains",

apps/portal/src/app/connect/sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ export const sidebar: SideBar = {
228228
name: "FAQ",
229229
},
230230
],
231-
name: "Onboard Users",
231+
name: "User Wallets",
232232
},
233233
{ separator: true },
234234
// User identity

0 commit comments

Comments
 (0)