From 362e8adf57a61a48e4bb339efdb79851f440a845 Mon Sep 17 00:00:00 2001 From: Indigo Tang Date: Mon, 9 Jun 2025 04:10:04 +0000 Subject: [PATCH] link onwer toy list page to toy page owner's name --- src/app/[locale]/toys/[id]/page.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/[locale]/toys/[id]/page.tsx b/src/app/[locale]/toys/[id]/page.tsx index f32e001..3c2b85c 100644 --- a/src/app/[locale]/toys/[id]/page.tsx +++ b/src/app/[locale]/toys/[id]/page.tsx @@ -1,3 +1,4 @@ + import Image from 'next/image'; import { mockToys } from '@/lib/mockData'; import type { Toy } from '@/types'; @@ -27,7 +28,7 @@ export default async function ToyPage({ params }: ToyPageProps) {

{t('toy_details.toy_not_found_title')}

{t('toy_details.toy_not_found_description')}

- +