Skip to content

Commit

Permalink
fix tabitem
Browse files Browse the repository at this point in the history
  • Loading branch information
hqjang-pepper committed Oct 12, 2023
1 parent 900b851 commit f7a01a4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions docs/pnp/migration-guides/android-v4-to-v5.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,15 @@ changed. And, as mentioned earlier, the network type has been added.

#### change of WhiteLabel parameter configuration

##### v4
<Tabs
defaultValue="table"
values={[
{ label: "V4", value: "v4" },
{ label: "V5", value: "v5" },
]}
>

<TabItem value="table">
<TabItem value="v4">

| Parameter | Type | Mandatory | Description |
| ----------------- | ------------------ | --------- | ------------------------------------------------- |
Expand All @@ -67,9 +73,7 @@ changed. And, as mentioned earlier, the network type has been added.

</TabItem>

##### v5

<TabItem value="table">
<TabItem value="v5">

| Parameter | Type | Mandatory | Description |
| ----------------- | ------------------ | --------- | --------------------------------------- |
Expand All @@ -84,6 +88,8 @@ changed. And, as mentioned earlier, the network type has been added.

</TabItem>

</Tabs>

Here's the example configuration of Web3AuthOptions.

```tsx
Expand Down
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ module.exports = {
},
{
type: "category",
label: "PnP android",
label: "PnP Android",
collapsed: true,
collapsible: true,
items: ["pnp/migration-guides/android-v4-to-v5"],
Expand Down

0 comments on commit f7a01a4

Please sign in to comment.