diff --git a/components/WorkDetailClient.tsx b/components/WorkDetailClient.tsx index ca33c6b..07a0cbc 100644 --- a/components/WorkDetailClient.tsx +++ b/components/WorkDetailClient.tsx @@ -181,7 +181,7 @@ export default function WorkDetailClient({ lang, dict, project, prev, next }: Pr {/* Meta row */} {m.value} ))} + + {project.website && ( + + + {lang === "tr" ? "Canlı Proje" : "Live Project"} + + + {lang === "tr" ? "SİTEYE GİT" : "VISIT SITE"} + + + + + + )} @@ -360,32 +379,7 @@ export default function WorkDetailClient({ lang, dict, project, prev, next }: Pr - {/* Website */} - {project.website && ( - - - - - {lang === "tr" ? "Canlı Proje" : "Live Project"} - - - - - {lang === "tr" ? "Siteyi Ziyaret Et" : "Visit Website"} - - - - )} + {/* Removed old Website block */} {/* CTA */}