fix: react hook
This commit is contained in:
parent
36964f4818
commit
6c062e7b39
|
|
@ -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} />
|
||||
|
|
|
|||
Loading…
Reference in New Issue