Skip to content

Commit

Permalink
Merge pull request #257 from abhayybhatt/fix/expert-baristas-typo
Browse files Browse the repository at this point in the history
[FIX] Typo and inconsistent capitalization on "Expert Baristas" on navbar's Product drop-down option
  • Loading branch information
Mujtabaa07 authored Jan 10, 2025
2 parents 968f7a1 + ac2e3cd commit 10f8031
Showing 1 changed file with 21 additions and 19 deletions.
40 changes: 21 additions & 19 deletions src/componets/Navitems.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,27 @@ export const navItems = [
},
];

export const productDropdown = [
{
id: 1,
title: "Shop",
path: "./shop",
cName: "submenu-item",
},
{
id: 2,
title: "Premium Beans",
path: "./premiumBeans",
cName: "submenu-item",
},
{
id: 3,
title: "expert bistas",
path: "./expertbaristas",
cName: "submenu-item",
},
export const productDropdown =[
{
id:1,
title:"Shop",
path:"./shop",
cName:"submenu-item",
},

{
id:2,
title:"Premium Beans",
path:"./premiumBeans",
cName:"submenu-item",
},

{
id:3,
title:"Expert Baristas",
path:"./expertbaristas",
cName:"submenu-item",
},
];

export const ourstoryDropdown = [
Expand Down

0 comments on commit 10f8031

Please sign in to comment.