Skip to content

Commit

Permalink
delete menu and its data
Browse files Browse the repository at this point in the history
  • Loading branch information
filipKovachev committed Nov 20, 2024
1 parent 3c78d72 commit d365845
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ const Header: React.FC = () => {
offLabel="Client"
onChange={handleSwitchChange}
/>
{/* <Menu items={languageItems} onSelect={handleMenuSelect} /> */}
</AppBarSection>
</AppBar>
);
Expand Down
11 changes: 0 additions & 11 deletions examples/ecommerce-jewellery-store/src/data/language-items.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ const Header: React.FC = () => {
<Button svgIcon={userIcon} fillMode="flat" className="k-ml-2" />
<Button svgIcon={cartIcon} fillMode="flat" className="k-ml-2" onClick={handleCartClick} />
<Switch onLabel="Admin" offLabel="Client" checked={isAdminValue} onChange={handleSwitchChange} />
{/* <Menu items={languageItems} onSelect={handleMenuSelect} /> */}
</AppBarSection>
</AppBar>
);
Expand Down

This file was deleted.

0 comments on commit d365845

Please sign in to comment.