Skip to content

Commit

Permalink
fix component name
Browse files Browse the repository at this point in the history
  • Loading branch information
chibitanaka committed Jun 12, 2024
1 parent 211417a commit a9a3338
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Simulator/WalletHome/SendReceiveButtons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Flex } from "@chakra-ui/react"
import { QrCodeIcon } from "../icons"
import type { SimulatorNav } from "../interfaces"

import { SendReceiveButton } from "./SendRecieveButton"
import { SendReceiveButton } from "./SendReceiveButton"
import type { SendReceiveEnabled } from "./types"

type SendReceiveButtonsProps = {
Expand Down

0 comments on commit a9a3338

Please sign in to comment.