From 45200c03ce82da1238b2967d09fb46cc63e45f83 Mon Sep 17 00:00:00 2001 From: LukassF Date: Fri, 1 Mar 2024 09:58:59 +0100 Subject: [PATCH] fix: case discrepancies --- sdk/apps/docs/docs/customization/external_modal.md | 2 +- sdk/apps/docs/docs/customization/ui_overrides.md | 2 +- sdk/apps/docs/docs/start.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sdk/apps/docs/docs/customization/external_modal.md b/sdk/apps/docs/docs/customization/external_modal.md index 188edc93..3aeb4a34 100644 --- a/sdk/apps/docs/docs/customization/external_modal.md +++ b/sdk/apps/docs/docs/customization/external_modal.md @@ -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 diff --git a/sdk/apps/docs/docs/customization/ui_overrides.md b/sdk/apps/docs/docs/customization/ui_overrides.md index 93224452..52f0efde 100644 --- a/sdk/apps/docs/docs/customization/ui_overrides.md +++ b/sdk/apps/docs/docs/customization/ui_overrides.md @@ -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. ::: diff --git a/sdk/apps/docs/docs/start.md b/sdk/apps/docs/docs/start.md index 36e74e24..67a2d075 100644 --- a/sdk/apps/docs/docs/start.md +++ b/sdk/apps/docs/docs/start.md @@ -37,7 +37,7 @@ yarn add @nightlylabs/wallet-selector-solana - + :::info Web template @@ -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