Skip to content

Commit

Permalink
Fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
édouard wautier authored and édouard wautier committed Nov 14, 2023
1 parent 4aaf71e commit ceaba48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion front/components/assistant/conversation/SidebarMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export function AssistantSidebarMenu({
{conversations.map(
(c: ConversationWithoutContentType) => {
return (
<Item.Navigation
<Item.Entry
key={c.sId}
selected={router.query.cId === c.sId}
label={
Expand Down
4 changes: 2 additions & 2 deletions front/components/sparkle/AppLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function NavigationBar({
{nav.menus.map((menu) => {
return (
<React.Fragment key={menu.id}>
<Item.Entry
<Item.Navigation
selected={menu.current}
label={menu.label}
icon={menu.icon}
Expand All @@ -142,7 +142,7 @@ function NavigationBar({
selected={nav.current}
label={nav.label}
icon={nav.icon}
className="grow pl-14 pr-4"
className="TEST grow pl-14 pr-4"
href={nav.href}
/>
</div>
Expand Down

0 comments on commit ceaba48

Please sign in to comment.