title pages and ...

This commit is contained in:
hamid zarghami
2025-04-22 10:58:32 +03:30
parent c0dc53b5d0
commit 893013df33
10 changed files with 145 additions and 5 deletions
@@ -77,7 +77,7 @@ const ServiceHeader: FC<Props> = (props: Props) => {
<div className='text-xs whitespace-nowrap flex gap-1 items-center'>
<div className='flex gap-2'>
{
finalPrice !== price &&
finalPrice !== price && !!price &&
<div className='line-through text-xs text-description'>
{NumberFormat(Number(price))}
</div>