dashboard layout updated
This commit is contained in:
@@ -6,7 +6,7 @@ export default function BreadcrumbCom({title, paths}) {
|
||||
<div className='w-full py-2 flex justify-between items-center'>
|
||||
<h1 className='text-12 sm:text-lg md:text-2xl text-black dark:text-black-gray font-semibold'>{title}</h1>
|
||||
<div className='flex gap-2 items-center text-black-gray dark:text-black-gray text-base'>
|
||||
<TiHomeOutline />
|
||||
<TiHomeOutline className='text-black dark:text-black-gray' />
|
||||
{paths.map((item, index) => (
|
||||
<div className='flex gap-2 items-center text-black dark:text-black-gray text-10 sm:text-sm' key={index}>
|
||||
<MdKeyboardDoubleArrowRight />
|
||||
|
||||
Reference in New Issue
Block a user