Skip to content

Commit bd4c909

Browse files
committed
remove tw-component link
1 parent 889ef26 commit bd4c909

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

apps/dashboard/src/app/team/[team_slug]/(team)/~/engine/(instance)/[engineId]/overview/components/create-backend-wallet-button.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ import { useState } from "react";
3838
import { useForm } from "react-hook-form";
3939
import { toast } from "sonner";
4040
import invariant from "tiny-invariant";
41-
import { Link as TwLink } from "tw-components";
4241

4342
interface CreateBackendWalletButtonProps {
4443
instance: EngineInstance;
@@ -294,13 +293,13 @@ export const CreateBackendWalletButton: React.FC<
294293
Key for Circle, you can only create testnet
295294
wallets. A production API Key cannot be used for
296295
testnet transactions, and vice versa.{" "}
297-
<TwLink
296+
<Link
298297
href="https://developers.circle.com/w3s/sandbox-vs-production"
299298
target="_blank"
300-
isExternal
299+
className="text-link-foreground hover:text-foreground"
301300
>
302301
Learn more
303-
</TwLink>
302+
</Link>
304303
</FormDescription>
305304
</div>
306305
</FormFieldSetup>

0 commit comments

Comments
 (0)