Updated icons header

هذا الالتزام موجود في:
2025-10-11 10:07:09 +03:00
الأصل b18b7260d2
التزام f779ac3417

عرض الملف

@@ -75,7 +75,10 @@ const CalendarDaysLight = () => {
</svg> </svg>
) )
} }
// const CalendarDays = () => {
// return (
// )}
const Header = () => { const Header = () => {
const location = useLocation(); const location = useLocation();
@@ -134,7 +137,7 @@ const Header = () => {
<Link <Link
key={index} key={index}
to={link.to} to={link.to}
className={`font-normal px-4 py-2 flex items-center space-x-2 rounded-full font-medium transition-colors duration-200 ${location.pathname === link.to className={`px-4 py-2 flex items-center space-x-2 rounded-full font-medium transition-colors duration-200 ${location.pathname === link.to
? 'bg-white blue-500/80 text-[#4C60E5] shadow-md' ? 'bg-white blue-500/80 text-[#4C60E5] shadow-md'
: 'text-black/80 hover:bg-blue-200/50' : 'text-black/80 hover:bg-blue-200/50'
}`} }`}