diff --git a/src/useWhatChanged.tsx b/src/useWhatChanged.tsx index 22697c5..8b8b9b1 100644 --- a/src/useWhatChanged.tsx +++ b/src/useWhatChanged.tsx @@ -86,7 +86,7 @@ function useWhatChanged( function postConsole() { console.log('\n'); console.log( - `%c///// END /////`, + `%c///// END SECTION/////`, `background: ${backgroundColorRef.current}; color: white; font-size: 10px`, '\n' ); @@ -104,7 +104,7 @@ function useWhatChanged( }) { if (isDevelopment) { console.log( - `%c///// START /////`, + `%c///// START SECTION /////`, `background: ${backgroundColorRef.current}; color: white; font-size: 10px`, '\n' );