chage marking page text

This commit is contained in:
smanylov
2026-03-27 15:27:22 +07:00
parent 95319e51ff
commit 70717f88fb
+2 -2
View File
@@ -17,7 +17,7 @@ export default function DropDownList() {
const links = [ const links = [
{ {
name: 'images', name: 'images-few',
href: '/pages/marking-images' href: '/pages/marking-images'
}, },
{ {
@@ -29,7 +29,7 @@ export default function DropDownList() {
href: '/pages/marking-audio' href: '/pages/marking-audio'
}, },
{ {
name: 'documents-few', name: 'documents',
href: '/pages/marking-document' href: '/pages/marking-document'
} }
]; ];