Update frontend for phone caller display

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-05 17:46:48 -07:00
parent 9361a3c2e2
commit ecc30c44e1
2 changed files with 5 additions and 5 deletions

View File

@@ -53,7 +53,7 @@
<!-- Call Queue -->
<section class="queue-section">
<h2>Incoming Calls <a href="/call-in" target="_blank" style="font-size:0.6em;font-weight:normal;color:var(--accent);">Call-in page</a></h2>
<h2>Incoming Calls</h2>
<div id="call-queue" class="call-queue">
<div class="queue-empty">No callers waiting</div>
</div>
@@ -207,6 +207,6 @@
</div>
</div>
<script src="/js/app.js?v=12"></script>
<script src="/js/app.js?v=13"></script>
</body>
</html>