Skip to content

Commit

Permalink
fix kebab menu
Browse files Browse the repository at this point in the history
  • Loading branch information
justjais committed Nov 27, 2024
1 parent 374d4c2 commit 85b3249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible_ai_connect_admin_portal/src/PageSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function PageSidebar(props: PageSidebarProps) {
const navBar = usePageNavSideBar();
const { navigation } = props;
const barStateClassName = navBar.isOpen ? "pf-m-expanded" : "pf-m-collapsed";
const groupClassName = " pf-c-page__sidebar " + barStateClassName;
const groupClassName = " pf-v5-c-page__sidebar " + barStateClassName;
return (
<div className={groupClassName}>
<LSBrand cName={groupClassName} aria-hidden={!navBar.isOpen} />
Expand Down

0 comments on commit 85b3249

Please sign in to comment.