diff options
Diffstat (limited to 'hosted/index.html')
-rw-r--r-- | hosted/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosted/index.html b/hosted/index.html index f3625e8..d069475 100644 --- a/hosted/index.html +++ b/hosted/index.html @@ -32,7 +32,7 @@ </button> </div> <div class="btn-group mr-2" role="group"> - <button class="btn btn-outline-danger my-2 my-sm-0" onclick="logoutThenRedirect()">Logout</button> + <button class="btn btn-danger my-2 my-sm-0" onclick="logoutThenRedirect()">Logout</button> </div> </div> </div> |