modified transaction details page

This commit was merged in pull request #23.
This commit is contained in:
victorAnumudu
2025-04-30 09:02:55 +01:00
parent 3a5f3662aa
commit 397146d4c6
8 changed files with 306 additions and 328 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ export default function BreadcrumbCom({title, span, paths}) {
<div className='flex flex-col gap-2'>
<div className='flex flex-col md:flex-row gap-1 md:items-center'>
<h1 className='text-12 sm:text-lg md:text-2xl text-black dark:text-white-body font-semibold'>{title}</h1>
<span className='text-red-500 text-10 sm:text-base md:text-xl'>{span && span}</span>
<span className='text-red-500 text-10 sm:text-base'>{span && span}</span>
</div>
<div className='flex gap-2 items-center text-black-gray dark:text-white-body text-base'>
<TiHomeOutline className='text-black dark:text-white-body' />