fix: country details in job page and form

This commit is contained in:
Jannat Patel
2025-04-25 10:13:17 +05:30
parent 0fc9b35307
commit c21fe99368
4 changed files with 17 additions and 8 deletions

View File

@@ -98,7 +98,7 @@
{{ __('Location') }}
</span>
<span class="text-sm font-semibold">
{{ job.data.location }}
{{ job.data.location }}, {{ job.data.country }}
</span>
</div>
</div>