|
|
@@ -2701,10 +2701,11 @@ export default function WorkJobDetail() {
|
|
|
}));
|
|
|
navigate('/dashboard');
|
|
|
}}
|
|
|
- className="flex items-center justify-center w-10 h-10 rounded-lg border border-gray-300 hover:bg-gray-50 hover:border-gray-400 transition-colors"
|
|
|
+ className="flex items-center justify-center gap-1.5 px-3 h-10 rounded-lg border border-gray-300 hover:bg-gray-50 hover:border-gray-400 transition-colors"
|
|
|
title={t('workJobDetail.backToWorkManagement')}
|
|
|
>
|
|
|
- <ArrowLeft className="w-5 h-5 text-gray-600" />
|
|
|
+ <ArrowLeft className="w-5 h-5 text-gray-600 flex-shrink-0" />
|
|
|
+ <span className="text-gray-700">{t('common.back')}</span>
|
|
|
</button>
|
|
|
</div>
|
|
|
</div>
|