File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
examples/kendo-react-e-commerce-astro-app/src/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ const Header: React.FC = () => {
4444 return (
4545 < AppBar themeColor = "inherit" >
4646 < AppBarSection className = "k-flex-basis-0 k-flex-grow k-gap-2 k-align-items-center" style = { { paddingLeft : "50px" } } >
47- < a href = "/ " className = "k-d-sm-flex" style = { { marginRight : "50px" } } >
47+ < a href = ". " className = "k-d-sm-flex" style = { { marginRight : "50px" } } >
4848 < img src = "/kendo-react/kendo-react-e-commerce-astro-app/vilora-logo.png" alt = "Logo" />
4949 </ a >
5050 < Menu items = { items } onSelect = { handleMenuSelect } />
@@ -67,7 +67,7 @@ const Header: React.FC = () => {
6767 < Button svgIcon = { userIcon } fillMode = "flat" className = "k-ml-2" />
6868 < Button svgIcon = { cartIcon } fillMode = "flat" className = "k-ml-2" onClick = { handleCartClick } />
6969 < Switch onLabel = "Admin" offLabel = "Client" checked = { isAdminValue } onChange = { handleSwitchChange } />
70- < Menu items = { languageItems } onSelect = { handleMenuSelect } />
70+ { /* <Menu items={languageItems} onSelect={handleMenuSelect} /> */ }
7171 </ AppBarSection >
7272 </ AppBar >
7373 ) ;
You can’t perform that action at this time.
0 commit comments