Skip to content

Commit fe0dca5

Browse files
Update _Host.cshtml
1 parent 52335d9 commit fe0dca5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Pages/_Host.cshtml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
<base href="~/" />
1515
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" />
1616
<link href="css/site.css" rel="stylesheet" />
17-
<link href="https://cdn.syncfusion.com/blazor/18.1.36-beta/styles/material.css" rel="stylesheet" />
17+
<link href="_content/Syncfusion.Blazor/styles/material.css" rel="stylesheet" />
18+
@*<link href="https://cdn.syncfusion.com/blazor/18.1.36-beta/styles/material.css" rel="stylesheet" />*@
1819
</head>
1920
<body>
2021
<app>

0 commit comments

Comments
 (0)