Improve Navbar for Mobile Screen
This commit is contained in:
0
constants/feature-list.ts
Normal file
0
constants/feature-list.ts
Normal file
@@ -26,3 +26,22 @@ export const LESS_NAV_ITEMS = [
|
||||
{ title: 'Graphic Templates', ...commonProps },
|
||||
{ title: 'More', ...commonProps },
|
||||
]
|
||||
|
||||
export const MOBILE_NAV_ITEMS = [
|
||||
{ title: 'Stock Video', ...commonProps },
|
||||
{ title: 'Video Templates', ...commonProps },
|
||||
{ title: 'Music', ...commonProps },
|
||||
{ title: 'Sound Effects', ...commonProps },
|
||||
{ title: 'Graphic Templates', ...commonProps },
|
||||
{ title: 'Presentation Templates', ...commonProps },
|
||||
{ title: 'Graphics', ...commonProps },
|
||||
{ title: 'Photos', ...commonProps },
|
||||
{ title: 'Fonts', ...commonProps },
|
||||
{ title: 'Web Templates', ...commonProps },
|
||||
{ title: 'CMS Templates', ...commonProps },
|
||||
{ title: 'Wordpress', ...commonProps },
|
||||
{ title: '3D', ...commonProps },
|
||||
{ title: 'Free Files', ...commonProps },
|
||||
{ title: 'Extentions', ...commonProps },
|
||||
{ title: 'Adds-on', ...commonProps },
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user