mobile header styled + refactoring + our strory section on company
This commit is contained in:
@@ -5,21 +5,25 @@ const tabs: Tab[] = [
|
||||
value: "Masterplan",
|
||||
id: "1",
|
||||
count: 0,
|
||||
path: "/masterplan",
|
||||
},
|
||||
{
|
||||
value: "Search",
|
||||
id: "2",
|
||||
count: 0,
|
||||
path: "/search",
|
||||
},
|
||||
{
|
||||
value: "Favorites",
|
||||
id: "3",
|
||||
count: 3,
|
||||
path: "/favorites",
|
||||
},
|
||||
{
|
||||
value: "Company",
|
||||
id: "4",
|
||||
count: 0,
|
||||
path: "/company",
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user