diff options
Diffstat (limited to 'hosted/challenges.html')
-rw-r--r-- | hosted/challenges.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosted/challenges.html b/hosted/challenges.html index d3766fe..95b70e4 100644 --- a/hosted/challenges.html +++ b/hosted/challenges.html @@ -98,7 +98,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> |