mirror of
https://github.com/slynn1324/tinypin
synced 2026-05-03 09:30:32 +00:00
fix debug info in title
This commit is contained in:
+2
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user