From 648182aa78ed91a4ea82b5f5874ade0cbf51290c Mon Sep 17 00:00:00 2001 From: Theo Klinke <92399006+theokli@users.noreply.github.com> Date: Wed, 14 Feb 2024 22:33:32 +0100 Subject: [PATCH] update application date --- src/components/Faq/Faq.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Faq/Faq.jsx b/src/components/Faq/Faq.jsx index 3325e88..0ee1843 100644 --- a/src/components/Faq/Faq.jsx +++ b/src/components/Faq/Faq.jsx @@ -65,7 +65,7 @@ let faqs = [ }, { title: "When will applications close??", - text: "Applications will open 10th February - 10th March." + text: "Applications will open 15th February - 15th March." }, { title: "When will I hear back?", @@ -189,4 +189,4 @@ export function Faq() { ) -} \ No newline at end of file +}