fix: css fixes
This commit is contained in:
@ -9,8 +9,8 @@ export function CategoryZaps({ gameId }: { gameId: string }) {
|
||||
const total = zaps.reduce((acc, v) => (acc += v.amount), 0);
|
||||
|
||||
return (
|
||||
<Pill className="flex gap-2">
|
||||
<Icon name="zap-filled" />
|
||||
<Pill className="flex gap-2 items-center">
|
||||
<Icon name="zap-filled" size={14} />
|
||||
{formatSatsCompact(total)}
|
||||
</Pill>
|
||||
);
|
||||
|
Reference in New Issue
Block a user