feat: rounded logo

This commit is contained in:
karishmas6
2024-10-23 20:23:58 +05:30
parent fb6fce2b8a
commit e5b32f948b

View File

@@ -34,6 +34,7 @@ const Logo = styled.img`
transform: translateX(-50%);
width: 60px;
height: auto;
border-radius: 5px;
`;
const Content = styled.div`