rename pages functions

This commit is contained in:
smanylov
2025-12-04 17:10:51 +07:00
parent e9e70002f7
commit 8b45b224bf
10 changed files with 15 additions and 10 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import { logout } from '@/app/actions/auth';
const links = [
{
name: 'Отчёты',
href: '/pages/emptypage',
href: '/pages/reports',
img: 'M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 17H7v-7h2v7zm4 0h-2V7h2v10zm4 0h-2v-4h2v4z'
},
{