Skip to content

Commit 3822922

Browse files
author
Mikaël Capelle
committed
Correct default value for responsive.
1 parent ddf42fe commit 3822922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/View/Helper/BootstrapNavbarHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function create($brand, $options = []) {
7474

7575
$options += [
7676
'fixed' => false,
77-
'responsive' => false,
77+
'responsive' => true,
7878
'static' => false,
7979
'inverse' => false,
8080
'fluid' => false

0 commit comments

Comments
 (0)