diff --git a/src/components/navBar/MenuMobile.tsx b/src/components/navBar/MenuMobile.tsx index 6296e92..8cf0049 100644 --- a/src/components/navBar/MenuMobile.tsx +++ b/src/components/navBar/MenuMobile.tsx @@ -25,7 +25,7 @@ const MenuMobile: FC = ({ updateState }) => { }} key={item.url} href={item.url} - className="block p-4 transform hover:scale-125" + className="block p-4 transform hover:scale-125 hover:text-primary-lm hover:font-bold" target={item.url === 'https://actualizatucarro.blogspot.com' ? '_blank' : '_self'} > {item.label} @@ -33,7 +33,7 @@ const MenuMobile: FC = ({ updateState }) => { ))} + */}
@@ -151,7 +151,7 @@ const NavBar: FC = ({}) => { )}
- +
@@ -166,7 +166,7 @@ const NavBar: FC = ({}) => { id="searchBar" type="text" placeholder="Buscar productos" - className="w-full py-1.5 px-3 outline-none rounded-md text-secondary-dm dark:bg-primary-dm" + className="w-full md:w-[400px] py-1.5 px-3 outline-none ml-5 mr-5 md:ml-10 md:mr-10 rounded-md text-secondary-dm bg-white dark:bg-primary-dm" onChange={(event) => { updateBody('name', event.target.value); products.length && updateBody('page', 1); diff --git a/src/types/icons.d.ts b/src/types/icons.d.ts index b636283..0bb01fa 100644 --- a/src/types/icons.d.ts +++ b/src/types/icons.d.ts @@ -1 +1 @@ -export type IconTypes = | 'CarShoping' | 'CardCredit' | 'Cash' | 'Close' | 'Cookie' | 'Facebook' | 'HamburguerClose' | 'HamburguerOpen' | 'Heart' | 'Instagram' | 'Login' | 'MapLocation' | 'Moon' | 'SearchIcon' | 'Shield' | 'Sun' | 'Truck' | 'Whatsapp' | 'icon' | 'quotationMarks' | 'warranty' +export type IconTypes = | 'CardCredit' | 'CarShoping' | 'Cash' | 'Close' | 'Cookie' | 'Eye' | 'EyeBlocked' | 'Facebook' | 'HamburguerClose' | 'HamburguerOpen' | 'Heart' | 'icon' | 'Instagram' | 'Login' | 'MapLocation' | 'Moon' | 'quotationMarks' | 'SearchIcon' | 'Shield' | 'Sun' | 'Truck' | 'warranty' | 'Whatsapp' \ No newline at end of file