This commit is contained in:
smanylov
2026-01-26 13:26:21 +07:00
parent bd869798be
commit 2be8f81a5b
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ export default function ProtectionOverview() {
<div <div
className="flex flex-col text-center" className="flex flex-col text-center"
> >
<Link href='/pages/marking-photo'> <Link href='/pages/marking-images'>
{t('photo-marking')} {t('photo-marking')}
</Link> </Link>
<Link href='/pages/marking-video'> <Link href='/pages/marking-video'>
+1 -1
View File
@@ -18,7 +18,7 @@ export default function DropDownList() {
const links = [ const links = [
{ {
name: t('photo-marking'), name: t('photo-marking'),
href: '/pages/marking-photo' href: '/pages/marking-images'
}, },
{ {
name: t('video-marking'), name: t('video-marking'),