Skip to content

Commit

Permalink
chore: fixed text
Browse files Browse the repository at this point in the history
  • Loading branch information
KreativeThinker committed Aug 17, 2024
1 parent 07db73b commit 00aab5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function Root() {
{/* <br />Join the <a href="https://chat.whatsapp.com/KdZQ7vmM4JSFjTJSx7togp" className=" underline text-blue-500">whatsapp group</a> if you have applied */}
{!rec_open ? (
<div className=" w-52 font-semibold">
{results ? "Results are released!" : "Recruitments are closed"}
{results ? "Results are released!" : "Applications are closed"}
</div>
) : null}
<Link
Expand Down

0 comments on commit 00aab5d

Please sign in to comment.