mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-04-10 04:39:19 +02:00
fix wrap
This commit is contained in:
parent
f701942cdb
commit
0f667048b6
@ -39,7 +39,7 @@ export default function InlineCachuCard({ token }: { token: string }) {
|
||||
|
||||
const amount = cashu?.token[0].proofs.reduce((acc, v) => acc + v.amount, 0);
|
||||
return (
|
||||
<Card p="4" flexDirection="row" borderColor="green.500" alignItems="center" gap="4">
|
||||
<Card p="4" flexDirection="row" borderColor="green.500" alignItems="center" gap="4" flexWrap="wrap">
|
||||
<ECashIcon boxSize={10} color="green.500" />
|
||||
<Box>
|
||||
<Heading size="md">{amount} Cashu sats</Heading>
|
||||
|
Loading…
x
Reference in New Issue
Block a user