Skip to content

Commit b8140c1

Browse files
committed
Merge branch 'main' into feat/track-transactions
2 parents 06c93fb + 0dbb174 commit b8140c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/dashboard/src/components/embedded-wallets/Configure/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,8 +573,8 @@ function NativeAppsFieldset(props: {
573573
Enter redirect URIs separated by commas or new lines. This is
574574
often your application's deep link.
575575
<br className="max-sm:hidden" />
576-
Currently only used in Unity and React Native platform when users
577-
authenticate through social logins.
576+
Currently only used in Unity, Unreal Engine and React Native
577+
platform when users authenticate through social logins.
578578
</FormDescription>
579579
<FormMessage />
580580
</FormItem>

apps/dashboard/src/pages/interact.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const InteractLanding: ThirdwebNextPage = () => {
106106
<LandingIconSectionItem
107107
icon={require("../../public/assets/product-pages-icons/contracts/icon-marketplace-1.svg")}
108108
title="Read & write to contracts"
109-
description="Integrate smart contracts into your app, call any & all functions, and have code snippets auto-generated based on your contract's supported extensions — for React, React Native, TypeScript, Python, Unity, and Go — on any chain."
109+
description="Integrate smart contracts into your app, call any & all functions, and have code snippets auto-generated based on your contract's supported extensions — for React, React Native, TypeScript, Python, Unity, Unreal Engine and Go — on any chain."
110110
/>
111111
</Card>
112112
<Card p={8}>

0 commit comments

Comments
 (0)