forked from CSI-KJSCE/appointment_to_examiner
css changes
This commit is contained in:
@@ -44,17 +44,18 @@ const Navbar = () => {
|
||||
<div className="navbar-container">
|
||||
<ToastContainer />
|
||||
{/* Appointment To Examiner text at the left */}
|
||||
<NavLink to="/Welcome" className="navbar-title">
|
||||
<NavLink to="/Welcome" className="navbar-title nav-btn">
|
||||
Appointment To Examiner
|
||||
</NavLink>
|
||||
|
||||
{/* Consolidated buttons in the center */}
|
||||
<div className="button-container">
|
||||
<NavLink to="/consolidated" className="consolidated-button">
|
||||
Faculty Consolidated
|
||||
<NavLink to="/consolidated" className="consolidated-button nav-btn">
|
||||
Faculty
|
||||
Consolidated
|
||||
</NavLink>
|
||||
<NavLink to="/courseConsolidated" className="consolidated-button">
|
||||
Course Consolidated
|
||||
<NavLink to="/courseConsolidated" className="consolidated-button nav-btn">
|
||||
Course Consolidated
|
||||
</NavLink>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user