Skip to content

Commit

Permalink
Enable new look and feel only for homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
danon committed Oct 21, 2024
1 parent 786f6ed commit 4c75c97
Show file tree
Hide file tree
Showing 3 changed files with 295 additions and 292 deletions.
1 change: 1 addition & 0 deletions app/Http/Controllers/HomeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public function index(): View
),

'globalViewers' => $this->globalViewers(),
'lookAndFeel' => 'lookAndFeelModern',
])
->with('settings', $this->getSettings());
}
Expand Down
Loading

0 comments on commit 4c75c97

Please sign in to comment.