feat: border bottom

This commit is contained in:
karishmas6
2024-10-23 07:12:33 +05:30
parent 2b2060592b
commit fd439a631e

View File

@@ -116,6 +116,7 @@ const NavBarWrapper = styled.div`
padding:5px;
display: flex;
justify-content: space-between;
border-bottom: 1px solid #e0e0e0;
`;
const ProjectName = styled.b`