Skip to content

Commit e80b611

Browse files
committed
fix theme version
1 parent 57a5280 commit e80b611

File tree

1 file changed

+1
-1
lines changed
  • examples/kendo-react-e-commerce-astro-app/src/components

1 file changed

+1
-1
lines changed

examples/kendo-react-e-commerce-astro-app/src/components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ interface CustomMenuItemModel extends MenuItemModel {
2121
const Header: React.FC = () => {
2222
const isAdminValue = useStore(isAdmin);
2323
const [theme, setTheme] = useState(
24-
"https://kendo.cdn.telerik.com/themes/5.0.1/default/default-main.css"
24+
"https://unpkg.com/@progress/kendo-theme-default@10.0.0/dist/default-main.css"
2525
);
2626

2727
const handleThemeChange = (event: any) => {

0 commit comments

Comments
 (0)