refactor
This commit is contained in:
@@ -180,7 +180,7 @@ export default function ProtectionOverview() {
|
||||
<div
|
||||
className="flex flex-col text-center"
|
||||
>
|
||||
<Link href='/pages/marking-photo'>
|
||||
<Link href='/pages/marking-images'>
|
||||
{t('photo-marking')}
|
||||
</Link>
|
||||
<Link href='/pages/marking-video'>
|
||||
|
||||
@@ -18,7 +18,7 @@ export default function DropDownList() {
|
||||
const links = [
|
||||
{
|
||||
name: t('photo-marking'),
|
||||
href: '/pages/marking-photo'
|
||||
href: '/pages/marking-images'
|
||||
},
|
||||
{
|
||||
name: t('video-marking'),
|
||||
|
||||
Reference in New Issue
Block a user