Skip to content

Commit e0085eb

Browse files
committed
hide dropdown
1 parent 7062d83 commit e0085eb

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
);

0 commit comments

Comments
 (0)