Add personal monthly viewing reports and CSV exports
This commit is contained in:
@@ -78,7 +78,7 @@ export default function HeaderActions() {
|
||||
{
|
||||
href: '/insights',
|
||||
label: 'My Stats',
|
||||
match: (path: string) => path === '/insights',
|
||||
match: (path: string) => path === '/insights' || path.startsWith('/insights/'),
|
||||
},
|
||||
{
|
||||
href: '/',
|
||||
|
||||
Reference in New Issue
Block a user