Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Inerska committed Mar 10, 2024
2 parents b0f167a + 27e429b commit d22d0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion talent-hub_website/pages/missions/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ useSeoMeta({
class="bg-white shadow-md rounded-lg p-6 transition duration-300 hover:shadow-lg"
>
<h2 class="text-xl font-bold text-gray-800">{{ job?.name }}</h2>
<p class="text-gray-600 text-sm mb-4">@{{ job?.employerName }}</p>
<p class="text-gray-600 text-sm mb-4">Contacter <span class="font-bold underline">@{{ job?.employerName }}</span></p>
<p class="text-gray-700 mb-4">{{ job?.description }}</p>
<p class="text-gray-700 font-bold">{{ job?.budget }}€</p>
</div>
Expand Down

0 comments on commit d22d0a6

Please sign in to comment.