Use h2 as the main header on the map-ui panel

This commit is contained in:
Andy Allan 2023-09-06 16:32:04 +01:00
parent c162a9660e
commit 6eac50525b

View file

@ -22,7 +22,7 @@ L.OSM.sidebarPane = function (options, uiClass, buttonTitle, paneTitle) {
$("<div class='d-flex p-3 pb-0'>") $("<div class='d-flex p-3 pb-0'>")
.appendTo($ui) .appendTo($ui)
.append($("<h4 class='flex-grow-1 text-break'>") .append($("<h2 class='flex-grow-1 text-break'>")
.text(I18n.t(paneTitle))) .text(I18n.t(paneTitle)))
.append($("<div>") .append($("<div>")
.append($("<button type='button' class='btn-close'>") .append($("<button type='button' class='btn-close'>")