Этот коммит содержится в:
Ben Cooke
2023-09-25 15:04:23 -04:00
коммит произвёл GitHub
родитель 35c1639ee3
Коммит 295228dd88

Просмотреть файл

@@ -95,8 +95,8 @@ const UsernameSpan = styled.span`
`;
const UserMappingSpan = styled.span`
position: 'absolute';
right: 20;
position: absolute;
right: 20px;
`;
export default class ChannelInviteModal extends React.PureComponent<Props, State> {