Skip to content

Commit

Permalink
chore(sample apps): fix urls after automatic updates
Browse files Browse the repository at this point in the history
  • Loading branch information
matanasov committed Jun 28, 2024
1 parent 4ad4f27 commit 23ea5b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<!-- /Commercial script file -->
<!-- If main.css is missing, please `run npm install` and `npm run build` -->
<link href="css/main.css" rel="stylesheet" />
<link id="theme" href="https://blazor.cdn.telerik.com/blazor/6.0.0""/kendo-theme-default/all.css" rel="stylesheet" />
<link id="theme" href="https://blazor.cdn.telerik.com/blazor/6.0.0/kendo-theme-default/all.css" rel="stylesheet" />
<!-- PWA -->
<link href="manifest.json" rel="manifest" />
<link rel="apple-touch-icon" sizes="512x512" href="icon-512.png" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<title>Telerik UI for Blazor Dashboard Sample App</title>
<base href="/blazor-dashboard-app/" />
<link href="favicon.ico" rel="icon" type="image/x-icon" />
<link id="theme" href="https://blazor.cdn.telerik.com/blazor/6.0.0""/kendo-theme-bootstrap/all.css" rel="stylesheet" />
<link id="theme" href="https://blazor.cdn.telerik.com/blazor/6.0.0/kendo-theme-bootstrap/all.css" rel="stylesheet" />
<link href="css/styles.css" rel="stylesheet" />
<!-- Trial script file -->
<!-- If you are using a commercial license, replace the telerik-blazor.js script tag with the one commented below. -->
Expand Down
2 changes: 1 addition & 1 deletion sample-applications/blazor-stocks/Client/Host.razor
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link href="favicon.ico" rel="icon" type="image/x-icon" />
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="css/styles.css" rel="stylesheet" />
<link id="theme" href="https://blazor.cdn.telerik.com/blazor/6.0.0""/kendo-theme-bootstrap/all.css" rel="stylesheet" />
<link id="theme" href="https://blazor.cdn.telerik.com/blazor/6.0.0/kendo-theme-bootstrap/all.css" rel="stylesheet" />
<script src="_content/Telerik.UI.for.Blazor.Trial/js/telerik-blazor.js"></script>
<link href="manifest.json" rel="manifest" />
<link rel="apple-touch-icon" sizes="512x512" href="default-icon-512x512.png" />
Expand Down

0 comments on commit 23ea5b5

Please sign in to comment.