fix debug info in title

This commit is contained in:
slynn1324 2021-01-28 18:46:34 -06:00
parent 0735c03b8d
commit 2727d86eb5

View file

@ -251,7 +251,7 @@ const appComponent = new Reef("#app", {
<div class="modal-background"></div>
<div class="modal-card">
<header class="modal-card-head">
<p class="modal-card-title">Add Pin ${window.location.hash.length}</p>
<p class="modal-card-title">Add Pin</p>
<div id="loader" class="button is-text ${data.loading ? 'is-loading' : ''}"></div>
</header>
<section class="modal-card-body">
@ -359,4 +359,4 @@ appComponent.render();
</body>
</html>
</html>