diff options
-rw-r--r-- | www/schedules.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/schedules.html b/www/schedules.html index 8e47b66..f7950c7 100644 --- a/www/schedules.html +++ b/www/schedules.html @@ -19,7 +19,7 @@ <div id="control"> <div class="btn-group" role="group"> <button type="button" class="btn btn-default" id="btn-earlier"><span class="glyphicon glyphicon-minus"></span></button> - <button type="button" class="btn btn-default" id="btn-today"><span class="glyphicon glyphicon-record"></span></button> + <button type="button" class="btn btn-default" id="btn-today"><span class="glyphicon glyphicon-record"></span></button> <button type="button" class="btn btn-default" id="btn-later"><span class="glyphicon glyphicon-plus"></span></button> </div> </div> |