Skip to content

Commit 2ae2be6

Browse files
committed
Fix: competition year
1 parent 0405b82 commit 2ae2be6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" />
1212
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1313
<meta name="description" content="Race against time with automation" />
14-
<meta property="og:title" content="Bashaway | 2023" />
14+
<meta property="og:title" content="Bashaway | 2024" />
1515
<meta property="og:description" content="Race against time with automation" />
1616
<meta property="og:image" content="https://portal.bashaway.sliitfoss.org/assets/icons/favicon.svg" />
1717
<meta property="og:image:width" content="64" />
@@ -25,7 +25,7 @@
2525
<meta property="twitter:title" content="Bashaway Competitor Portal">
2626
<meta property="twitter:description" content="Race against time with automation">
2727
<meta property="twitter:card" content="summary_large_image">
28-
<title>Bashaway | 2023</title>
28+
<title>Bashaway | 2024</title>
2929
</head>
3030

3131
<body>

src/components/identification-form.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ const IdentificationForm = () => {
102102
<AlertDialogDescription>
103103
{partiallyFilled
104104
? `Looks like you've strengthened your battlion. Before we can allow your team to compete further please confirm the identity of your new members by filling what's missing below.`
105-
: `Congratulations on making it to the final round of Bashaway 2023. However, before you can compete further,
105+
: `Congratulations on making it to the final round of Bashaway ${new Date().getFullYear()}. However, before you can compete further,
106106
please fill in the following details.`}
107107
</AlertDialogDescription>
108108
</AlertDialogHeader>

0 commit comments

Comments
 (0)