mirror of
https://github.com/slynn1324/tinypin.git
synced 2026-01-23 02:25:08 +00:00
fix debug info in title
This commit is contained in:
parent
0735c03b8d
commit
2727d86eb5
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue