Skip to content

Commit a2cfd11

Browse files
committed
chore: display transaction type
1 parent ccacdcf commit a2cfd11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/features/transactions/pages/group-page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ const DisplayArrow = fixedForwardRef(({ arrow, ...rest }: { arrow: Arrow }, ref?
108108
<div className={cn('border-primary h-1/2')} style={{ borderBottomWidth: graphConfig.lineWidth }}></div>
109109
{arrow.direction === 'leftToRight' && <SvgPointerRight className={cn('absolute top-0 right-0')} />}
110110
</div>
111+
<div className={cn('absolute z-20 bg-background p-2')}>Payment</div>
111112
<SvgCircle width={graphConfig.circleDimension} height={graphConfig.circleDimension}></SvgCircle>
112113
</div>
113114
)

0 commit comments

Comments
 (0)