change list names for marking drop-down

This commit is contained in:
smanylov
2026-03-24 18:27:16 +07:00
parent 2982741558
commit f4b4f4bafb
3 changed files with 8 additions and 6 deletions
+4 -4
View File
@@ -17,19 +17,19 @@ export default function DropDownList() {
const links = [
{
name: 'photo-marking',
name: 'images',
href: '/pages/marking-images'
},
{
name: 'video-marking',
name: 'videos',
href: '/pages/marking-video'
},
{
name: 'audio-marking',
name: 'audios',
href: '/pages/marking-audio'
},
{
name: 'document-marking',
name: 'documents-few',
href: '/pages/marking-document'
}
];