Browse Source

Minor fix in dashboard placeholder

Vijayakrishnan Krishnan 5 years ago
parent
commit
fe0c08396c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/pro/dashboard.blade.php

+ 1 - 1
resources/views/pro/dashboard.blade.php

@@ -2,6 +2,6 @@
 
 @section('content')
 
-    <h2>Coming soon ...</h2>
+    <h2 class="p-3">Coming soon ...</h2>
 
 @endsection