fix: react hook

This commit is contained in:
root 2025-07-13 00:57:35 +08:00
parent 36964f4818
commit 6c062e7b39
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ const TemplateDetailPageV2: React.FC = () => {
<div className="flex items-center justify-between py-4">
<div className="flex items-center space-x-4">
<button
onClick={() => navigate('/templates-v2')}
onClick={() => navigate('/templates')}
className="flex items-center text-gray-600 hover:text-gray-900"
>
<ArrowLeft size={20} />