Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Employee_Managment_App/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ function App() {
<div className="xyz-management-content" style={{ width: '100%' }}>
<div className="row">
<div className="col-md-2 sidebar">
<div className="title">NexGen7 Software PVT LTD</div>
<ul className="nav flex-column">
<li className="nav-item">
<NavLink className="nav-link" to="/">
Expand Down
1 change: 1 addition & 0 deletions Employee_Managment_App/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
color: #3a3b3c;
position: fixed;
height: 100%;
padding-right: 0px;
padding-top: 20px;
border-right: 1px solid #e0e0e0;
box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
Expand Down