Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,8 @@ function NativeAppsFieldset(props: {
Enter redirect URIs separated by commas or new lines. This is
often your application's deep link.
<br className="max-sm:hidden" />
Currently only used in Unity and React Native platform when users
authenticate through social logins.
Currently only used in Unity, Unreal Engine and React Native
platform when users authenticate through social logins.
</FormDescription>
<FormMessage />
</FormItem>
Expand Down
2 changes: 1 addition & 1 deletion apps/dashboard/src/pages/interact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const InteractLanding: ThirdwebNextPage = () => {
<LandingIconSectionItem
icon={require("../../public/assets/product-pages-icons/contracts/icon-marketplace-1.svg")}
title="Read & write to contracts"
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."
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."
/>
</Card>
<Card p={8}>
Expand Down
Loading