diff options
| -rw-r--r-- | app/view/dashboard.php | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/app/view/dashboard.php b/app/view/dashboard.php index 686eae9..839a9bb 100644 --- a/app/view/dashboard.php +++ b/app/view/dashboard.php @@ -29,9 +29,7 @@ require_once "view/stdpage.php";          <div class="container">              <div class="jumbotron"> -                <img src="static/img/null.jpg" alt="null" class="img-circle" height="100" /><br /> -                Welcome to the dashboard.  There is no content yet.<br /> -                <a href="<?=ar()?>/logout">Logout</a><br /> +                Welcome to the dashboard.  There is no content yet.              </div>          </div> | 
