Browse Source

fix(ui): incorrect tabler icons resource for the production mode

charlie 1 năm trước cách đây
mục cha
commit
a7d45fdaec
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      public/index.html

+ 1 - 1
public/index.html

@@ -58,7 +58,7 @@
 <script defer src="/static/js/shared.js"></script>
 <script defer src="/static/js/main.js"></script>
 <script defer src="/static/js/amplify.js"></script>
-<script defer src="/static/js/tabler.min.js"></script>
+<script defer src="/static/js/tabler-icons-react.min.js"></script>
 <script defer src="/static/js/tabler.ext.js"></script>
 <script defer src="/static/js/code-editor.js"></script>
 <script defer src="/static/js/tldraw.js"></script>