Update InviteBot.tsx

This commit is contained in:
NoLogicAlan
2023-02-26 00:06:52 +03:00
committed by GitHub
parent 06c229e43d
commit b20c33375a

View File

@@ -61,15 +61,6 @@ const Option = styled.div`
font-size: 16px;
margin-right: 16px;
}
.select-container {
display: flex;
flex-direction: column;
gap: 14px;
justify-content: space-between;
align-items: center;
width: 100%;
}
`;
export default function InviteBot() {