fix: hide navbar's emotion style elements

This commit is contained in:
Hossein Mehrabi 2023-08-24 08:13:58 +03:30
parent 0d9bac4c5c
commit a6b6b6680f
No known key found for this signature in database
GPG Key ID: 45C04964191AFAA1

View File

@ -130,6 +130,10 @@ const NavBarContainer = styled.nav<{
display: flex;
align-items: center;
}
style {
display: none !important;
}
`
const NavLinksContainer = styled.div`