Skip to content

Commit 4dec06d

Browse files
AleksanderBodurriAndrewKushnir
authored andcommitted
fix(devtools): correct path to load fonts for devtools devserver (angular#63358)
This broke in c35c0c7. This commit changes the path to load the external stylesheet to reflect the new directory path. PR Close angular#63358
1 parent 5af3222 commit 4dec06d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devtools/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="icon" type="image/x-icon" href="assets/icon16.png" />
99
<link
1010
rel="stylesheet"
11-
href="/angular/third_party/fonts.google.com/material-symbols-outlined/outlined.css"
11+
href="/_main/third_party/fonts.google.com/material-symbols-outlined/outlined.css"
1212
/>
1313

1414
<link rel="stylesheet" href="./styles.css" />

0 commit comments

Comments
 (0)