We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52335d9 commit fe0dca5Copy full SHA for fe0dca5
Pages/_Host.cshtml
@@ -14,7 +14,8 @@
14
<base href="~/" />
15
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" />
16
<link href="css/site.css" rel="stylesheet" />
17
- <link href="https://cdn.syncfusion.com/blazor/18.1.36-beta/styles/material.css" rel="stylesheet" />
+ <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" />*@
19
</head>
20
<body>
21
<app>
0 commit comments