Skip to content

Commit

Permalink
fix(app): Workaround for font-awesome issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nellh committed Nov 18, 2024
1 parent 517fe04 commit 3b4432a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/openneuro-app/src/font-awesome-dbe89e3d01.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/openneuro-app/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<script src="/crn/config.js" type="module"></script>
<script async src="https://www.googletagmanager.com/gtag/js"></script>
<script src="https://kit.fontawesome.com/dbe89e3d01.js" crossorigin="anonymous"></script>
<script src="/font-awesome-dbe89e3d01.js" crossorigin="anonymous"></script>
<meta http-equiv="expires" content="0" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand Down

0 comments on commit 3b4432a

Please sign in to comment.