asdasd
All checks were successful
Deploy / deploy-staging (push) Successful in 5s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-05-04 02:07:58 +02:00
parent 206bede930
commit 9acf70d7ce
7 changed files with 217 additions and 147 deletions

View File

@@ -403,7 +403,7 @@ function module_shell_header(string $module, array $options = []): string
$html .= '</nav>';
}
if ($actions !== []) {
$html .= '<div class="module-hero-actions">' . $renderActions($actions) . '</div>';
$html .= '<div class="module-hero-actions module-submenu-actions">' . $renderActions($actions) . '</div>';
}
$html .= '</div>';
} elseif ($title !== '' || $description !== '' || !empty($options['show_eyebrow'])) {