Skip to content

Commit

Permalink
Merge pull request #1657 from bookernath/fix-admin-bar-logo
Browse files Browse the repository at this point in the history
Fix logo in admin bar
  • Loading branch information
bookernath authored Apr 13, 2020
2 parents 377237a + a6c06ee commit 90f162c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/theme/global/maintenanceMode.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function (maintenanceMode = {}) {
const url = encodeURIComponent((new URL(window.location.href).pathname + window.location.search).replace(/^\/|\/$/g, ''));

$element.html(`<div class="adminBar-logo">
<a href="${securePath}/manage/dashboard"><svg><use xlink:href="#logo-small"></use></svg></a></div>
<a href="${securePath}/manage/dashboard"><svg><use xlink:href="#icon-logo-small"></use></svg></a></div>
<div class="adminBar-content">
<a href="${securePath}/manage/theme-editor?redirectIframeUrl=${url}" target="_blank">Customize Theme</a>
<div class="adminBar-private">
Expand Down

0 comments on commit 90f162c

Please sign in to comment.