stany.ferer 1 year ago
parent
commit
427b1f32bd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      core/views/_cms.nav.php

+ 2 - 2
core/views/_cms.nav.php

@@ -21,13 +21,13 @@
     }
 
     if(core::isDebug()){
-        $titleDebug = "<a href=\"#\"><span class=\"badge toggle-logs\" style=\"background-color:red; margin-left:5px;\">MODE DEBUG</span></a>";
+        $titleDebug = "<a href=\"#\"><span class=\"badge toggle-logs\" style=\"background-color:orange; margin-left:5px;\">MODE DEBUG</span></a>";
     } else {
         $titleDebug = "";
     }
 
     if(debug::isSubmit()){
-        $titleDebugSubmit = "<a href=\"#\"><span class=\"badge toggle-logs\" style=\"background-color:red; margin-left:5px;\">MODE DEBUG SUBMIT</span></a>";
+        $titleDebugSubmit = "<a href=\"#\"><span class=\"badge toggle-logs\" style=\"background-color:orange; margin-left:5px;\">MODE DEBUG SUBMIT</span></a>";
     } else {
         $titleDebugSubmit = "";
     }