File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed
apps/dashboard/src/@/components/blocks Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change 88import { useThirdwebClient } from "@/constants/thirdweb.client" ;
99import { resolveSchemeWithErrorHandler } from "@/lib/resolveSchemeWithErrorHandler" ;
1010import { useClipboard } from "hooks/useClipboard" ;
11- import { Check , Copy , ExternalLinkIcon } from "lucide-react" ;
11+ import { Check , Copy } from "lucide-react" ;
1212import { useMemo } from "react" ;
1313import { type ThirdwebClient , isAddress } from "thirdweb" ;
1414import { ZERO_ADDRESS } from "thirdweb" ;
@@ -148,21 +148,6 @@ export function WalletAddress(props: {
148148 ) ;
149149 } )
150150 ) }
151- < Button
152- asChild
153- variant = "upsell"
154- className = "flex flex-row items-center gap-2 text-sm"
155- size = "sm"
156- >
157- < a
158- target = "_blank"
159- href = "https://blog.thirdweb.com/changelog/introducing-the-social-sdk?ref=dashboard-social-wallet"
160- rel = "noreferrer"
161- >
162- Learn more
163- < ExternalLinkIcon className = "size-4" />
164- </ a >
165- </ Button >
166151 </ div >
167152 </ HoverCardContent >
168153 </ HoverCard >
You can’t perform that action at this time.
0 commit comments