Updated icons header
هذا الالتزام موجود في:
@@ -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'
|
||||||
}`}
|
}`}
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم