Skip to content

Commit

Permalink
Merge pull request #6 from investbrainapp/dev
Browse files Browse the repository at this point in the history
chore: minor updates for landing page
  • Loading branch information
hackeresq authored Nov 7, 2024
2 parents ae22bb2 + cdda9d7 commit e1cc040
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 56 deletions.
110 changes: 55 additions & 55 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Laravel\Jetstream\Http\Controllers\Livewire\TermsOfServiceController;

Route::get('/', function () {
if (config('investbrain.self_hosted', false) && View::exists('landing-page::index')) {
if (!config('investbrain.self_hosted', true) && View::exists('landing-page::index')) {

return view('landing-page::index');
}
Expand Down

0 comments on commit e1cc040

Please sign in to comment.