fix: ๐Ÿ› typo

This commit is contained in:
Anthony Potdevin 2020-09-23 15:03:48 +02:00
parent 3ffc0fac34
commit 34a1958fdd
No known key found for this signature in database
GPG key ID: 4403F1DFBE779457

View file

@ -14,6 +14,7 @@ import { Link } from 'src/components/link/Link';
import { Timer } from '../../account/createInvoice/Timer';
const Center = styled.div`
margin: 16px;
display: flex;
justify-content: center;
align-items: center;
@ -76,7 +77,8 @@ export const LnWithdraw: FC<LnWithdrawProps> = ({ request }) => {
return (
<Center>
<DarkSubTitle>
Failed to check status of the withdrawal. Please the status in the
Failed to check status of the withdrawal. Please check the status in
the
<Link to={'/transactions'}> Transactions </Link>
view
</DarkSubTitle>