We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d177896 commit dddc1f9Copy full SHA for dddc1f9
src/app/student/recruitment/page.tsx
@@ -129,7 +129,7 @@ export default async function RecruitmentPage() {
129
<div className="m-8 flex justify-center">
130
<Link href={`${env.NEXT_PUBLIC_API_URL}${data.link}`}>
131
<Button size={"lg"}>
132
- Apply for Armada {DateTime.now().year}
+ Apply for Armada {DateTime.now().plus({ months: 2 }).year}
133
</Button>
134
</Link>
135
</div>
0 commit comments