Skip to content

Commit

Permalink
fix more broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
shahbaz17 committed Oct 18, 2024
1 parent 7d87987 commit 965c523
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,18 +107,18 @@ export const Auth0Guides = [
icon: "logo-js.png",
path: "/docs/guides/auth0",
},
{
key: "android",
title: "Android (Kotlin)",
icon: "logo-android.png",
path: "/docs/guides/android-auth0",
},
{
key: "ios",
title: "iOS (Swift)",
icon: "logo-apple.png",
path: "/docs/guides/ios-auth0",
},
// {
// key: "android",
// title: "Android (Kotlin)",
// icon: "logo-android.png",
// path: "/docs/guides/android-auth0",
// },
// {
// key: "ios",
// title: "iOS (Swift)",
// icon: "logo-apple.png",
// path: "/docs/guides/ios-auth0",
// },
{
key: "flutter",
title: "Flutter",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ export const FirebaseGuides = [
icon: "logo-js.png",
path: "/docs/guides/firebase",
},
{
key: "android",
title: "Android (Kotlin)",
icon: "logo-android.png",
path: "/docs/guides/android-firebase",
},
// {
// key: "android",
// title: "Android (Kotlin)",
// icon: "logo-android.png",
// path: "/docs/guides/android-firebase",
// },
{
key: "flutter",
title: "Flutter",
Expand Down
2 changes: 1 addition & 1 deletion docs/sdk/pnp/web/modal/account-abstraction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const accountAbstractionProvider = new AccountAbstractionProvider({
Please note this is the important step for setting the Web3Auth account abstraction provider.

- [Configure Smart Account provider](#configure-smart-account-provider)
- [Configure Bundler](configure-bundler)
- [Configure Bundler](#configure-bundler)
- [Configure Sponsored Paymaster](#sponsored-paymaster)
- [Configure ERC-20 Paymaster](#erc20-paymaster)

Expand Down
2 changes: 1 addition & 1 deletion docs/sdk/pnp/web/no-modal/account-abstraction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const accountAbstractionProvider = new AccountAbstractionProvider({
Please note this is the important step for setting the Web3Auth account abstraction provider.

- [Configure Smart Account provider](#configure-smart-account-provider)
- [Configure Bundler](configure-bundler)
- [Configure Bundler](#configure-bundler)
- [Configure Sponsored Paymaster](#sponsored-paymaster)
- [Configure ERC-20 Paymaster](#erc20-paymaster)

Expand Down
22 changes: 11 additions & 11 deletions src/common/maps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1064,17 +1064,17 @@ export const pnpiOSExamples: ExamplesInterface[] = [
githubLink:
"https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/ios/ios-firebase-example",
},
{
title: "Integrate Auth0 SPA in PnP iOS SDK",
description: "Use Auth0 Single Page App (Implicit Mode) with Plug and Play iOS SDK",
image: "banners/ios-auth0.png",
type: SAMPLE_APP,
tags: [tags.pnp, tags.ios, "swift", "auth0", "email passwordless", tags.evm, "implicit mode"],
link: "https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/ios/ios-auth0-example",
id: "ios-auth0-example",
githubLink: "https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/ios/ios-auth0-example",
guideLink: "/guides/ios-auth0",
},
// {
// title: "Integrate Auth0 SPA in PnP iOS SDK",
// description: "Use Auth0 Single Page App (Implicit Mode) with Plug and Play iOS SDK",
// image: "banners/ios-auth0.png",
// type: SAMPLE_APP,
// tags: [tags.pnp, tags.ios, "swift", "auth0", "email passwordless", tags.evm, "implicit mode"],
// link: "https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/ios/ios-auth0-example",
// id: "ios-auth0-example",
// githubLink: "https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/ios/ios-auth0-example",
// guideLink: "/guides/ios-auth0",
// },
{
title: "Using Aggregate Verifiers in Web3Auth PnP iOS SDK",
description:
Expand Down

0 comments on commit 965c523

Please sign in to comment.