Skip to content

Commit

Permalink
minor-changes-backend
Browse files Browse the repository at this point in the history
  • Loading branch information
karthik8239 committed Sep 26, 2024
1 parent c01a392 commit a853c05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ useSeoMeta({
<main class="grow w-full lg:w-2/3 mx-auto mt-20 p-2">
<SiteHeader />
<h3 class="text-lg leading-snug text-zinc-600 font-bold mt-8 mb-2">
Open Positions
<span class="text-sm text-zinc-500 before:content-['('] after:content-[')']">>{{ totalPositions }}</span>
Open Applicants
<span class="text-sm text-zinc-500 before:content-['('] after:content-[')']">{{ totalPositions }}</span>
</h3>
<div class="space-y-2" v-if="postings">
<PostingCard v-for="posting in postings" :key="posting.id" :posting="posting" />
Expand Down

0 comments on commit a853c05

Please sign in to comment.