X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/200772da7232dc5804aedce85669fff3a36f7714..refs/pull/2115/head:/resources/views/common/header.blade.php diff --git a/resources/views/common/header.blade.php b/resources/views/common/header.blade.php index 524e4a11a..4937f7cb0 100644 --- a/resources/views/common/header.blade.php +++ b/resources/views/common/header.blade.php @@ -45,7 +45,7 @@ @if(setting('registration-enabled') && config('auth.method') === 'standard') @icon('new-user'){{ trans('auth.sign_up') }} @endif - @icon('login'){{ trans('auth.log_in') }} + @icon('login'){{ trans('auth.log_in') }} @endif @if(signedInUser()) @@ -70,6 +70,10 @@ @icon('logout'){{ trans('auth.logout') }} @endif +

  • +
  • + @include('partials.dark-mode-toggle') +
  • @endif