-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migracion Fondos y Ctas remuneradas ArgentinaDatos #36 #72
Migracion Fondos y Ctas remuneradas ArgentinaDatos #36 #72
Conversation
|
Someone is attempting to deploy a commit to a Personal Account owned by @ferminrp on Vercel. @ferminrp first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -37,12 +38,12 @@ const MenuDropdown = ({ pathname }: { pathname: string }) => { | |||
{isOpen && ( | |||
<div | |||
ref={menuRef} | |||
className='w-[50%] min-w-[200px] max-w-[300px] flex flex-col rounded-lg border-[#CAD0E0] dark:border-[#292B2E] border-[1px] bg-white dark:bg-gray-900 absolute top-0 right-0' | |||
className='absolute right-0 top-0 flex w-[50%] min-w-[200px] max-w-[300px] flex-col rounded-lg border-[1px] border-[#CAD0E0] bg-white dark:border-[#292B2E] dark:bg-gray-900' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aclaración: No se cambió nada del diseño, pero al cambiar el atributo type del botón y la prop Key de MenuItem, cuándo guardé el archivo el plugin de prettier re-ordenó las clases
Siguiendo los pasos del Issue #36 ahora se obtiene la información de los FCI de la Api ArgentinaDatos, queda pendiente:
Cualquier revisión, cambio/sugerencia es bienvenida 🙂
resolves #36