mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
fix(devtools): correct path to load fonts for devtools devserver (#63358)
This broke in c35c0c7f2f. This commit changes the path to load the external stylesheet to reflect the new directory path.
PR Close #63358
This commit is contained in:
committed by
Andrew Kushnir
parent
5af3222e35
commit
4dec06d724
@@ -8,7 +8,7 @@
|
||||
<link rel="icon" type="image/x-icon" href="assets/icon16.png" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="/angular/third_party/fonts.google.com/material-symbols-outlined/outlined.css"
|
||||
href="/_main/third_party/fonts.google.com/material-symbols-outlined/outlined.css"
|
||||
/>
|
||||
|
||||
<link rel="stylesheet" href="./styles.css" />
|
||||
|
||||
Reference in New Issue
Block a user