refactor
This commit is contained in:
@@ -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'>
|
||||||
|
|||||||
@@ -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'),
|
||||||
|
|||||||
Reference in New Issue
Block a user