-
Notifications
You must be signed in to change notification settings - Fork 296
feat: add nav fixed and link self #233
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
base: develop
Are you sure you want to change the base?
feat: add nav fixed and link self #233
Conversation
Descreve melhor esse PR, coloca exemplos do problema e do resultado da sua implementação, por que só código sem contexto é mais difícil de revisar. |
<Sheet> | ||
<SheetTrigger> | ||
<Menu color="white" className="ml-2 mr-2" /> | ||
<Menu color="white" className="ml-2 mr-2 " /> |
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.
Tem um espaço sobrando no atributo de classe
<Menu color="white" className="ml-2 mr-2 " /> | |
<Menu color="white" className="ml-2 mr-2" /> |
<Menu color="white" className="ml-2 mr-2 " /> | ||
</SheetTrigger> | ||
<SheetContent side="left" className="pt-[96px] flex flex-col"> | ||
<SheetContent side="left" className="pt-[96px] flex flex-col "> |
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.
<SheetContent side="left" className="pt-[96px] flex flex-col "> | |
<SheetContent side="left" className="pt-[96px] flex flex-col"> |
icon={<CircleHelp className="w-4 h-4" />} | ||
/> | ||
<BurguerMenuItem | ||
targetLink='' |
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.
Não tem como omitir a prop já que não tem valor?
Altera a interface dela no componente para opcional, assim não precisa passar string vazia
No description provided.