Skip to content

Commit

Permalink
Fix: competition year
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Sep 15, 2024
1 parent 0405b82 commit 2ae2be6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Race against time with automation" />
<meta property="og:title" content="Bashaway | 2023" />
<meta property="og:title" content="Bashaway | 2024" />
<meta property="og:description" content="Race against time with automation" />
<meta property="og:image" content="https://portal.bashaway.sliitfoss.org/assets/icons/favicon.svg" />
<meta property="og:image:width" content="64" />
Expand All @@ -25,7 +25,7 @@
<meta property="twitter:title" content="Bashaway Competitor Portal">
<meta property="twitter:description" content="Race against time with automation">
<meta property="twitter:card" content="summary_large_image">
<title>Bashaway | 2023</title>
<title>Bashaway | 2024</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion src/components/identification-form.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const IdentificationForm = () => {
<AlertDialogDescription>
{partiallyFilled
? `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.`
: `Congratulations on making it to the final round of Bashaway 2023. However, before you can compete further,
: `Congratulations on making it to the final round of Bashaway ${new Date().getFullYear()}. However, before you can compete further,
please fill in the following details.`}
</AlertDialogDescription>
</AlertDialogHeader>
Expand Down

0 comments on commit 2ae2be6

Please sign in to comment.