Skip to content

Commit 9616831

Browse files
committed
Mention missing Unreal Engine in various copy (#5082)
## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR updates the descriptions in the `Configure` component and the `interact.tsx` page to include `Unreal Engine` as a supported platform alongside `Unity` and `React Native` for social logins and smart contract integration. ### Detailed summary - In `apps/dashboard/src/components/embedded-wallets/Configure/index.tsx`, updated the description to include `Unreal Engine` as a platform for social logins. - In `apps/dashboard/src/pages/interact.tsx`, modified the description to include `Unreal Engine` as a supported platform for smart contracts. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent a04cda1 commit 9616831

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)