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 c9e10ac commit 0a0e56eCopy full SHA for 0a0e56e
examples/kendo-react-freemium/src/components/AppBarComponent.tsx
@@ -22,7 +22,7 @@ export default function AppBarComponent() {
22
return (
23
<AppBar positionMode="sticky" className="bg-surface-alt !p-4" themeColor='inherit'>
24
<AppBarSection className="grow gap-4">
25
- <a href="/">
+ <a href={"/kendo-react/kendo-react-freemium/"}>
26
<img src={logo} alt="Logo" className="hidden md:flex" />
27
<img src={compactLogo} alt="Logo" className="flex md:hidden" />
28
</a>
0 commit comments