loan emoji

This commit is contained in:
mantikoros 2022-08-22 10:31:23 -05:00
parent e6db99e810
commit 8ea9a79760

View File

@ -413,10 +413,10 @@ function IncomeNotificationItem(props: {
{reasonText} {reasonText}
{sourceType === 'loan' ? ( {sourceType === 'loan' ? (
simple ? ( simple ? (
<span className={'ml-1 font-bold'}>Loan</span> <span className={'ml-1 font-bold'}>🏦 Loan</span>
) : ( ) : (
<SiteLink className={'ml-1 font-bold'} href={'/loans'}> <SiteLink className={'ml-1 font-bold'} href={'/loans'}>
Loan 🏦 Loan
</SiteLink> </SiteLink>
) )
) : sourceType === 'betting_streak_bonus' ? ( ) : sourceType === 'betting_streak_bonus' ? (