Skip to content

Commit

Permalink
fix: copy type
Browse files Browse the repository at this point in the history
  • Loading branch information
wb-ts committed Dec 21, 2022
1 parent dcf7a46 commit 9d595a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/SetupPassPhraseNewAccount.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default function SetupPassPhraseNewAccount() {
onClick={setIsCopied}
>
<img src={isCopied ? copiedIcon : copyIcon} alt='Copy Icon' className='h-[18px]' />
<p className='font-bold ml-2 text-[#25d695]'>Cpoy</p>
<p className='font-bold ml-2 text-[#25d695]'>Copy</p>
</button>
<button
className='bg-[#122633] px-10 py-3 rounded-full w-max m-auto inline-flex items-center'
Expand Down

0 comments on commit 9d595a8

Please sign in to comment.