Skip to content

Commit dddc1f9

Browse files
committed
fix: Year
1 parent d177896 commit dddc1f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/student/recruitment/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export default async function RecruitmentPage() {
129129
<div className="m-8 flex justify-center">
130130
<Link href={`${env.NEXT_PUBLIC_API_URL}${data.link}`}>
131131
<Button size={"lg"}>
132-
Apply for Armada {DateTime.now().year}
132+
Apply for Armada {DateTime.now().plus({ months: 2 }).year}
133133
</Button>
134134
</Link>
135135
</div>

0 commit comments

Comments
 (0)