diff options
Diffstat (limited to '')
-rw-r--r-- | app/view/dashboard.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/view/dashboard.php b/app/view/dashboard.php index 839a9bb..7b34e9f 100644 --- a/app/view/dashboard.php +++ b/app/view/dashboard.php @@ -28,7 +28,7 @@ require_once "view/stdpage.php"; <?=stdpage\nav()?> <div class="container"> - <div class="jumbotron"> + <div class="jumbotron text-center"> Welcome to the dashboard. There is no content yet. </div> </div> |