Skip to content

Commit c9a5708

Browse files
committed
update padding top
1 parent 50dd079 commit c9a5708

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Translatathon/ApplyNow.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ export const ApplyNow = () => {
1313
const dateToday = new Date()
1414
const deadline = new Date(APPLICATION_END_DATE)
1515

16-
if (dateToday || deadline) {
16+
if (dateToday < deadline) {
1717
return (
18-
<div className="pt-13">
18+
<div className="pt-12">
1919
<Callout
2020
className="flex-1 flex-shrink basis-[416px]"
2121
image={DolphinImage}

0 commit comments

Comments
 (0)