Update InviteBot.tsx

pull/841/head
NoLogicAlan 2023-02-26 00:06:52 +03:00 committed by GitHub
parent 06c229e43d
commit b20c33375a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 9 deletions

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() {