diff --git a/config/user-monitoring.php b/config/user-monitoring.php index 158cfc3..dad07cd 100644 --- a/config/user-monitoring.php +++ b/config/user-monitoring.php @@ -11,6 +11,11 @@ */ 'file_path' => 'routes/user-monitoring.php', ], + + /* + * Enable or disable dark mode for the views. + */ + 'dark_mode' => false, ], /* diff --git a/resources/views/actions-monitoring/index.blade.php b/resources/views/actions-monitoring/index.blade.php index 704d7f9..284b6f8 100644 --- a/resources/views/actions-monitoring/index.blade.php +++ b/resources/views/actions-monitoring/index.blade.php @@ -1,6 +1,6 @@ @extends('LaravelUserMonitoring::layouts.master') -@section('title', 'Action Monitoring') +@section('title', 'Actions Monitoring') @section('content')
@@ -65,7 +65,7 @@ @csrf @method('DELETE') -