Skip to content

Commit

Permalink
fix: Year
Browse files Browse the repository at this point in the history
  • Loading branch information
hampfh committed Dec 11, 2024
1 parent d177896 commit dddc1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/student/recruitment/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export default async function RecruitmentPage() {
<div className="m-8 flex justify-center">
<Link href={`${env.NEXT_PUBLIC_API_URL}${data.link}`}>
<Button size={"lg"}>
Apply for Armada {DateTime.now().year}
Apply for Armada {DateTime.now().plus({ months: 2 }).year}
</Button>
</Link>
</div>
Expand Down

0 comments on commit dddc1f9

Please sign in to comment.