Skip to content

Commit

Permalink
Merge pull request #13154 from chibitanaka/fix-component-name
Browse files Browse the repository at this point in the history
chore: fix component name
  • Loading branch information
nhsz authored Jun 12, 2024
2 parents 6fd55e5 + a9a3338 commit af7b4d5
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 af7b4d5

Please sign in to comment.