Skip to content

Commit 3b4432a

Browse files
committed
fix(app): Workaround for font-awesome issue
1 parent 517fe04 commit 3b4432a

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

packages/openneuro-app/src/font-awesome-dbe89e3d01.js

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/openneuro-app/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<script src="/crn/config.js" type="module"></script>
66
<script async src="https://www.googletagmanager.com/gtag/js"></script>
7-
<script src="https://kit.fontawesome.com/dbe89e3d01.js" crossorigin="anonymous"></script>
7+
<script src="/font-awesome-dbe89e3d01.js" crossorigin="anonymous"></script>
88
<meta http-equiv="expires" content="0" />
99
<meta charset="utf-8" />
1010
<meta name="viewport" content="width=device-width, initial-scale=1" />

0 commit comments

Comments
 (0)