Skip to content

Commit

Permalink
fix: case discrepancies
Browse files Browse the repository at this point in the history
  • Loading branch information
LukassF committed Mar 1, 2024
1 parent abbf58e commit 45200c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sdk/apps/docs/docs/customization/external_modal.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You may want to use your own design and/or change some logic for the modal. In t
You can then use the modal connect function, instead of using the default one from the adapter.

:::info
Example below is written for [Solana](../../solana/solana/connect), but you can use it for [SUI](../../sui/sui/connect) and [Substrate](../../substrate/substrate/connect) as well.
Example below is written for [Solana](../../solana/solana/connect), but you can use it for [Sui](../../sui/sui/connect) and [Substrate](../../substrate/substrate/connect) as well.
:::

```js
Expand Down
2 changes: 1 addition & 1 deletion sdk/apps/docs/docs/customization/ui_overrides.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,5 @@ const adapter = NightlyConnectAdapter.buildLazy(
```

:::info
The example is built using [Substrate](../../substrate/substrate/connect), but can be implemented using [Solana](../../solana/solana/connect) and [SUI](../../sui/sui/connect) as well.
The example is built using [Substrate](../../substrate/substrate/connect), but can be implemented using [Solana](../../solana/solana/connect) and [Sui](../../sui/sui/connect) as well.
:::
6 changes: 3 additions & 3 deletions sdk/apps/docs/docs/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ yarn add @nightlylabs/wallet-selector-solana

</TabItem>

<TabItem value="SUI" label="SUI">
<TabItem value="Sui" label="Sui">

:::info
Web template
Expand All @@ -47,10 +47,10 @@ Preview: https://sui-web3-template.nightly.app/
Source code: https://github.com/nightly-labs/sui-web3-template
:::

If you want to opt for greater flexibility, install the package, as described below and then visit the [SUI Build & Connect](./sui/sui/connect).
If you want to opt for greater flexibility, install the package, as described below and then visit the [Sui Build & Connect](./sui/sui/connect).

:::info
Simply integrate Nightly Connect to your application or wallet with our [Nightly Solana Connect package](https://www.npmjs.com/package/@nightlylabs/wallet-selector-solana).
Simply integrate Nightly Connect to your application or wallet with our [Nightly Sui Connect package](https://www.npmjs.com/package/@nightlylabs/wallet-selector-sui).

```bash
# Using NPM
Expand Down

0 comments on commit 45200c0

Please sign in to comment.