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:
AleksanderBodurri
2025-08-25 01:05:53 -04:00
committed by Andrew Kushnir
parent 5af3222e35
commit 4dec06d724
+1 -1
View File
@@ -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" />