Skip to content

Commit

Permalink
Clearer language
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Mar 20, 2024
1 parent 9c0954e commit 564be4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ private function isCurrentPageIndexPage(): bool

private function shouldIndexPageBeActive(string $group): bool
{
// Unless the index page has a specific group set, the first group in the sidebar should be active when visiting the index page.
// Unless the index page has a specific group set, the first group in the sidebar should be open when visiting the index page.

if (filled(Render::getPage()->navigationMenuGroup())) {
return false;
Expand Down

0 comments on commit 564be4f

Please sign in to comment.