Skip to content

feat: add nav fixed and link self#233

Open
JoaoEnrique wants to merge 1 commit intoSOS-RS:developfrom
JoaoEnrique:feat/nav-fixed-and-link-self
Open

feat: add nav fixed and link self#233
JoaoEnrique wants to merge 1 commit intoSOS-RS:developfrom
JoaoEnrique:feat/nav-fixed-and-link-self

Conversation

@JoaoEnrique
Copy link
Copy Markdown

No description provided.

@lucianomlima
Copy link
Copy Markdown
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 " />
Copy link
Copy Markdown

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 ">
Copy link
Copy Markdown

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=''
Copy link
Copy Markdown

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