Skip to content

Commit

Permalink
close #794
Browse files Browse the repository at this point in the history
  • Loading branch information
baudelotphilippe committed Jun 11, 2024
1 parent cc0430a commit d7f0150
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions izanami-frontend/src/pages/menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export function Menu(props: {
return (
<>
<ul className="nav flex-column">
<li>
<li className="w-100">
<>
<h3>
<i className="fas fa-cloud" aria-hidden></i> Tenant
Expand Down Expand Up @@ -107,8 +107,8 @@ export function Menu(props: {
{ path: "/tenants/:tenant/" },
props?.location?.pathname || ""
)
? "active mt-2"
: "inactive mt-2"
? "active mt-2 w-100"
: "inactive mt-2 w-100"
}
>
<>
Expand Down

0 comments on commit d7f0150

Please sign in to comment.