Skip to content

Commit f582348

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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="https://kit.fontawesome.com/fa7ae96ba1.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)