From d8ffc3bcc321b59ede8ca433816c437c675ed23b Mon Sep 17 00:00:00 2001 From: The-XENO-Studios Date: Wed, 18 Sep 2024 18:40:01 +0600 Subject: [PATCH] Update --- src/app/club/(user-handle)/register/page.tsx | 16 ++++++++++++++++ src/app/club/Components/Home/About.tsx | 4 ++-- src/app/club/Components/Home/Hero.tsx | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/src/app/club/(user-handle)/register/page.tsx b/src/app/club/(user-handle)/register/page.tsx index 08291b8..81255ea 100644 --- a/src/app/club/(user-handle)/register/page.tsx +++ b/src/app/club/(user-handle)/register/page.tsx @@ -22,6 +22,7 @@ import { getConfig } from "@/config/config_db"; import { Checkbox } from "@nextui-org/checkbox"; import { useAuthContext } from "@/app/club/Components/Layout/AuthContextProvider"; import PassingYear from "../../Components/PassingYear"; +import { CiWarning } from "react-icons/ci"; type actionType = { type: "SET_FIELD"; @@ -239,6 +240,21 @@ const Page = () => { if you have already registered. By filling out this form you are agreeing, to our terms and conditions.

+ + {isNDCStudent && ( +

+ + {" "} + + Notice: + + All Batch '26 Students are requested to create a Non-member + Account right now as all of your Club Forms haven't been + submitted yet. After we announce, you can enter your Roll in + your profile and it will be converted to a Member account + automatically. +

+ )}
{/*