commit effb6aacd1913040a25b23e5243a6ac72ae340ae Author: hiro hiro@torproject.org Date: Sat Mar 30 21:59:14 2019 +0100
Update navbar toggle button --- templates/navbar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/navbar.html b/templates/navbar.html index 7fdf378..b922b12 100644 --- a/templates/navbar.html +++ b/templates/navbar.html @@ -40,7 +40,7 @@ {% if this.color == 'primary' %} <button type="button" class="btn btn-primary bg-primary dropdown dropdown-toggle btn-block" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> {% else %} - <button type="button" class="btn btn-dark bg-dark dropdown-toggle btn-block my-3 my-sm-0" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> + <button type="button" class="btn btn-dark bg-dark dropdown dropdown-toggle btn-block my-3 my-sm-0" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> {% endif %} {{ bag('alternatives', this.alt, 'language') }} </button>