Update to icons

This commit is contained in:
CHIEFSOFT\ameye
2025-11-03 13:08:52 -05:00
parent 3a0c27a60a
commit 3c8a738454
5 changed files with 14 additions and 4 deletions
@@ -9,6 +9,7 @@ import getDateFromDateString from '../../helpers/GetDateFromDateString';
import getTimeFromDateString from '../../helpers/GetTimeFromDateString';
import localImgLoader from '../../helpers/localImageLoader';
import RouteLinks from '../../RouteLinks';
import localSiteIcons from '../../helpers/localSiteIcons';
export default function TransactionsCom() {
@@ -113,7 +114,7 @@ export default function TransactionsCom() {
<div
className='w-full min-w-48 flex items-center gap-2 whitespace-nowrap'>
<img className="w-10 h-10 rounded-md"
src={localImgLoader(`loan_icons/${item?.type}.png`)}
src={localSiteIcons(`loan_icons/${item?.type}`)}
alt="Icon"/>
<div className="text-left">
<div