forked from CSI-KJSCE/appointment_to_examiner
added accounts page in navbar
This commit is contained in:
@@ -7,10 +7,12 @@ const Navbar = () => {
|
||||
return (
|
||||
<header className="navbar">
|
||||
<div className="navbar-container">
|
||||
<NavLink to="/Welcome">
|
||||
<FaUserCircle className="user-icon" />
|
||||
Appointment To Examiner
|
||||
{/* Appointment To Examiner text at the left */}
|
||||
<NavLink to="/Welcome" className="navbar-title">
|
||||
Appointment To Examiner
|
||||
</NavLink>
|
||||
|
||||
{/* Consolidated buttons in the center */}
|
||||
<div className="button-container">
|
||||
<NavLink to="/consolidated" className="consolidated-button">
|
||||
Faculty Consolidated
|
||||
@@ -19,7 +21,11 @@ const Navbar = () => {
|
||||
Course Consolidated
|
||||
</NavLink>
|
||||
</div>
|
||||
<div></div>
|
||||
|
||||
{/* User icon at the right */}
|
||||
<NavLink to="/accounts" className="user-icon-link">
|
||||
<FaUserCircle className="user-icon" />
|
||||
</NavLink>
|
||||
</div>
|
||||
</header>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user