Skip to content

Commit

Permalink
feat(front): better budget symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
Inerska committed Mar 10, 2024
1 parent fac4593 commit 267a2f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions talent-hub_website/pages/missions/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ 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">@{{ job?.employerName }}</p>
<p class="text-gray-700 mb-4">{{ job?.description }}</p>
<p class="text-gray-700 font-bold">{{ job?.budget }}</p>
<p class="text-gray-700 font-bold">{{ job?.budget }}</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 267a2f4

Please sign in to comment.