Skip to content

Commit

Permalink
fix icons build
Browse files Browse the repository at this point in the history
  • Loading branch information
no-chris committed Apr 27, 2024
1 parent 0799440 commit ec24625
Show file tree
Hide file tree
Showing 9 changed files with 230 additions and 225 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
24 changes: 12 additions & 12 deletions packages/chord-chart-studio/SLOC
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ Source code:

---------- Result ------------

Physical : 6960
Source : 5791
Comment : 169
Physical : 7129
Source : 5924
Comment : 173
Single-line comment : 80
Block comment : 89
Block comment : 93
Mixed : 14
Empty block comment : 0
Empty : 1014
Empty : 1046
To Do : 0

Number of files read : 162
Number of files read : 164

----------------------------

Expand All @@ -38,17 +38,17 @@ Total:

---------- Result ------------

Physical : 14298
Source : 11816
Comment : 238
Physical : 14467
Source : 11949
Comment : 242
Single-line comment : 142
Block comment : 96
Block comment : 100
Mixed : 25
Empty block comment : 0
Empty : 2269
Empty : 2301
To Do : 0

Number of files read : 229
Number of files read : 231

----------------------------

60 changes: 60 additions & 0 deletions packages/chord-chart-studio/build/assets/index-BHxJF9L-.js

Large diffs are not rendered by default.

60 changes: 0 additions & 60 deletions packages/chord-chart-studio/build/assets/index-BwbBfjx-.js

This file was deleted.

142 changes: 142 additions & 0 deletions packages/chord-chart-studio/build/assets/vendor-3z0Gt4wU.js

Large diffs are not rendered by default.

142 changes: 0 additions & 142 deletions packages/chord-chart-studio/build/assets/vendor-BWYuIjsn.js

This file was deleted.

23 changes: 14 additions & 9 deletions packages/chord-chart-studio/build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,19 @@
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<!-- legacy icons: remove me at some point -->
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap"
rel="stylesheet"
/>
<link rel="icon" href="/app/favicon.ico" sizes="32x32" />
<link rel="icon" href="/app/icon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/app/apple-touch-icon.png" />
<link rel="manifest" href="/app/manifest.json" />
<link rel="icon" href="/favicon.ico" sizes="32x32" />
<link rel="icon" href="/icon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="manifest" href="/manifest.json" />

<!-- Global site tag (gtag.js) - Google Analytics -->
<script
Expand All @@ -37,11 +42,11 @@

gtag('config', 'G-EGKBT2J600');
</script>
<script type="module" crossorigin src="/app/assets/index-BwbBfjx-.js"></script>
<link rel="modulepreload" crossorigin href="/app/assets/vendor-BWYuIjsn.js">
<link rel="stylesheet" crossorigin href="/app/assets/vendor-BHpWJQ6D.css">
<link rel="stylesheet" crossorigin href="/app/assets/index-s8b48HYU.css">
<script id="vite-plugin-pwa:register-sw" src="/app/registerSW.js"></script></head>
<script type="module" crossorigin src="/assets/index-BHxJF9L-.js"></script>
<link rel="modulepreload" crossorigin href="/assets/vendor-3z0Gt4wU.js">
<link rel="stylesheet" crossorigin href="/assets/vendor-BHpWJQ6D.css">
<link rel="stylesheet" crossorigin href="/assets/index-s8b48HYU.css">
<script id="vite-plugin-pwa:register-sw" src="/registerSW.js"></script></head>
<body>
<div id="app" class="theme-dark"></div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion packages/chord-chart-studio/build/registerSW.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/chord-chart-studio/build/sw.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ec24625

Please sign in to comment.