Skip to content

Commit 6ced944

Browse files
committed
changed component to generic
1 parent e1d2a91 commit 6ced944

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/portal/src/app/connect/pay/customization/payembed/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ In some cases, you may only want to show users fiat or crypto payment options fo
129129

130130
## Theme
131131

132-
You can set the theme for the Universal Bridge component, which is set to `"dark"` by default. theme can be set to either `"dark"` , `"light"` or a custom theme object.
132+
You can set the theme for the component, which is set to `"dark"` by default. theme can be set to either `"dark"` , `"light"` or a custom theme object.
133133

134134
We have [`lightTheme`](/references/typescript/v5/lightTheme) or [`darkTheme`](/references/typescript/v5/darkTheme) providers that you can override to kickstart customization.
135135

apps/portal/src/app/connect/pay/customization/send-transaction/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const { mutate: sendTransaction } = useSendTransaction({
123123

124124
## Theme
125125

126-
You can set the theme for the Universal Bridge component, which is set to `"dark"` by default. theme can be set to either `"dark"` , `"light"` or a custom theme object.
126+
You can set the theme for the component, which is set to `"dark"` by default. theme can be set to either `"dark"` , `"light"` or a custom theme object.
127127

128128
We have [`lightTheme`](/references/typescript/v5/lightTheme) or [`darkTheme`](/references/typescript/v5/darkTheme) providers that you can override to kickstart customization.
129129

apps/portal/src/app/connect/pay/get-started/page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Our `ConnectButton` has a number of [customization options](/connect/pay/customi
6666

6767
---
6868

69-
## Option 2: Embed Universal Bridge
69+
## Option 2: Embed
7070

7171
The `PayEmbed` allows users to onramp and purchase crypto directly from your application interface.
7272

@@ -84,7 +84,7 @@ export default function App() {
8484
}
8585
```
8686

87-
The embedded Universal Bridge component will be displayed like so in your application interface:
87+
The embedded component will be displayed like so in your application interface:
8888

8989
<DocImage src={GetStartedEmbed} />
9090

0 commit comments

Comments
 (0)