Skip to content

Conversation

JoaoEnrique
Copy link

No description provided.

@lucianomlima
Copy link
Member

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 " />

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

Suggested change
<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 ">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<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=''

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants