Navbar, bulk email (fix toggle error), department consolidated

This commit is contained in:
Harshitha Shetty
2025-02-04 12:07:13 +05:30
parent 1e91864769
commit 4a3154752f
7 changed files with 412 additions and 20 deletions

View File

@@ -150,14 +150,14 @@ function TogglerContainer(props) {
<div className="toggle-container">
<div className="toggle">
<div className="toggle-panel toggle-left">
<h1>Welcome to MERN Auth App</h1>
<h1>Welcome to Appointment to Examiner</h1>
<p>Already Have an Account?</p>
<button className="hidden" onClick={props.ToggleSign}>
Sign In
</button>
</div>
<div className="toggle-panel toggle-right">
<h1>Welcome to MERN Auth App</h1>
<h1>Welcome to Appointment to Examiner</h1>
<p>Don't have an account? Create one</p>
<button className="hidden" onClick={props.ToggleSign}>
Sign Up