Skip to content

Commit 9740fd3

Browse files
committed
chore(SpeechToTextButton): update product version
1 parent 31da48b commit 9740fd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/microsoft-extensions-ai-integration/SpeechToTextIntegration/SpeechToTextIntegration/Components/App.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link rel="stylesheet" href="app.css" />
1010
<link rel="stylesheet" href="SpeechToTextIntegration.styles.css" />
1111
<link rel="icon" type="image/png" href="favicon.png" />
12-
<link href="https://unpkg.com/@@progress/kendo-theme-default@@11.0.1/dist/default-main.css" rel="stylesheet" />
12+
<link rel="stylesheet" href="_content/Telerik.UI.for.Blazor/css/kendo-theme-default/all.css" />
1313
<script src="_content/Telerik.UI.for.Blazor/js/telerik-blazor.js" defer></script>
1414
<HeadOutlet @rendermode="InteractiveServer" />
1515
</head>

common/microsoft-extensions-ai-integration/SpeechToTextIntegration/SpeechToTextIntegration/SpeechToTextIntegration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</ItemGroup>
1313

1414
<ItemGroup>
15-
<ProjectReference Include="..\..\..\..\..\blazor\Telerik.Blazor\Telerik.Blazor.csproj" />
15+
<PackageReference Include="Telerik.UI.for.Blazor" Version="9.2.0" />
1616
</ItemGroup>
1717

1818
<PropertyGroup>

0 commit comments

Comments
 (0)