{status}
39 |163 | {body} 164 |
165 | ) 166 | }) 167 | FormMessage.displayName = "FormMessage" 168 | 169 | export { 170 | useFormField, 171 | Form, 172 | FormItem, 173 | FormLabel, 174 | FormControl, 175 | FormDescription, 176 | FormMessage, 177 | FormField, 178 | } 179 | -------------------------------------------------------------------------------- /components/ui/alert-dialog.tsx: -------------------------------------------------------------------------------- 1 | "use client" 2 | 3 | import * as React from "react" 4 | import * as AlertDialogPrimitive from "@radix-ui/react-alert-dialog" 5 | 6 | import { cn } from "@/lib/utils" 7 | import { buttonVariants } from "@/components/ui/button" 8 | 9 | const AlertDialog = AlertDialogPrimitive.Root 10 | 11 | const AlertDialogTrigger = AlertDialogPrimitive.Trigger 12 | 13 | const AlertDialogPortal = AlertDialogPrimitive.Portal 14 | 15 | const AlertDialogOverlay = React.forwardRef< 16 | React.ElementRef124 | {walletAddress || 'Not connected'} 125 |
126 |133 | Network: Telos Testnet 134 |
135 |136 | Your gateway to the future of digital assets. Level up your crypto journey with pixel8r. 137 |
138 |{nft.description}
82 | {nft.price !== "0" &&Listed for: {nft.price} TLOS
} 83 |Loading your NFTs...
112 |You don't have any NFTs yet.
130 | 131 |{selectedNFT.description}
179 |Listed for: {selectedNFT.price} TLOS
} 181 |