Skip to content

Commit

Permalink
Add due dates to website too
Browse files Browse the repository at this point in the history
  • Loading branch information
leomet07 committed Nov 8, 2024
1 parent 7f04286 commit 5b654d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions pages/about/recruitments.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ function RecruitmentPage() {
</a>
</>
)}
{department.applicationDueDate && <p className={styles.due_date}><b>Due {department.applicationDueDate}</b></p>}
</div>
))}
</section>
Expand Down
4 changes: 4 additions & 0 deletions styles/Recruitments.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,8 @@
#departments {
grid-template-columns: repeat(1, 1fr);
}
}

.due_date {
margin-top: 0.25rem;
}

0 comments on commit 5b654d0

Please sign in to comment.