mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-09-27 20:17:05 +02:00
fix wrap
This commit is contained in:
@@ -39,7 +39,7 @@ export default function InlineCachuCard({ token }: { token: string }) {
|
|||||||
|
|
||||||
const amount = cashu?.token[0].proofs.reduce((acc, v) => acc + v.amount, 0);
|
const amount = cashu?.token[0].proofs.reduce((acc, v) => acc + v.amount, 0);
|
||||||
return (
|
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" />
|
<ECashIcon boxSize={10} color="green.500" />
|
||||||
<Box>
|
<Box>
|
||||||
<Heading size="md">{amount} Cashu sats</Heading>
|
<Heading size="md">{amount} Cashu sats</Heading>
|
||||||
|
Reference in New Issue
Block a user