ソースを参照

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

charlie 1 年間 前
コミット
a7d45fdaec
1 ファイル変更1 行追加1 行削除
  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>