Skip to content

Commit

Permalink
Merge pull request #664 from enatega/kashif/hide-banner-section
Browse files Browse the repository at this point in the history
hide banner section
  • Loading branch information
ufumerfarooq67 authored Nov 21, 2024
2 parents 1888431 + 21a1fde commit def9d84
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions enatega-multivendor-admin/src/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ import { ReactComponent as TimingIcon } from './assets/svg/timings.svg'
import { ReactComponent as RestaurantSectionIcon } from './assets/svg/restSection.svg'
import SuperAdminDashboard from './views/SuperAdminDashboard'
import Cuisines from './views/Cuisines'
import Banners from './views/Banners'
// import Banners from './views/Banners'

var routes = [
{
Expand Down Expand Up @@ -138,15 +138,15 @@ var routes = [
appearInSidebar: true,
admin: true
},
{
path: '/banner',
name: 'Banners',
icon: CouponsIcon,
component: Banners,
layout: '/super_admin',
appearInSidebar: true,
admin: true
},
// {
// path: '/banner',
// name: 'Banners',
// icon: CouponsIcon,
// component: Banners,
// layout: '/super_admin',
// appearInSidebar: true,
// admin: true
// },
{
path: '/tipping',
name: 'Tipping',
Expand Down

0 comments on commit def9d84

Please sign in to comment.