fix(ui): explain missing GitHub token row on FREE banner

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Андрей Бобырев
2026-05-15 05:10:06 +03:00
parent 29c01e11ac
commit 24ce104aea
4 changed files with 20 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;600;700&family=JetBrains+Mono:wght@400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/styles.css?v=1.2.23">
<link rel="stylesheet" href="/styles.css?v=1.2.25">
<script>
(function () {
try {
@@ -313,6 +313,6 @@
</div>
</dialog>
<script src="/app.js?v=1.2.23" type="module"></script>
<script src="/app.js?v=1.2.25" type="module"></script>
</body>
</html>