Initial commit - WhyRating Engine (Google Reviews Scraper)
This commit is contained in:
@@ -40,6 +40,16 @@ export default function Sidebar() {
|
||||
matchPaths: ['/jobs'],
|
||||
badge: jobs.length > 0 ? jobs.length : undefined,
|
||||
},
|
||||
{
|
||||
href: '/reports',
|
||||
icon: (
|
||||
<svg className="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" />
|
||||
</svg>
|
||||
),
|
||||
label: 'Reports',
|
||||
matchPaths: ['/reports'],
|
||||
},
|
||||
{
|
||||
href: '/analytics',
|
||||
icon: (
|
||||
@@ -70,6 +80,26 @@ export default function Sidebar() {
|
||||
label: 'Scrapers',
|
||||
matchPaths: ['/dashboard/scrapers'],
|
||||
},
|
||||
{
|
||||
href: '/taxonomy/urt/v5-1',
|
||||
icon: (
|
||||
<svg className="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M4 6h16M4 12h16M4 18h7" />
|
||||
</svg>
|
||||
),
|
||||
label: 'Taxonomy',
|
||||
matchPaths: ['/taxonomy'],
|
||||
},
|
||||
{
|
||||
href: '/categories',
|
||||
icon: (
|
||||
<svg className="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M3 7v10a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2h-6l-2-2H5a2 2 0 00-2 2z" />
|
||||
</svg>
|
||||
),
|
||||
label: 'GBP Cats',
|
||||
matchPaths: ['/categories'],
|
||||
},
|
||||
];
|
||||
|
||||
const isActive = (item: typeof navItems[0]) => {
|
||||
|
||||
Reference in New Issue
Block a user