diff options
Diffstat (limited to 'app/views/packages/_changelog.html.erb')
-rw-r--r-- | app/views/packages/_changelog.html.erb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/packages/_changelog.html.erb b/app/views/packages/_changelog.html.erb index c469a50..b08e2c6 100644 --- a/app/views/packages/_changelog.html.erb +++ b/app/views/packages/_changelog.html.erb @@ -1,6 +1,6 @@ -<div class="panel panel-default"> - <div class="panel-heading"> - <h3 class="panel-title">Changelog</h3> +<div class="card"> + <div class="card-header"> + <h4 class="mb-0">Changelog</h4> </div> <ul class="list-group" id="changelog-container"> <li class="list-group-item kk-panel-content-sorry"> |