fix: Login to X should be centered when team name wraps to newline
This commit is contained in:
@ -4,6 +4,7 @@ import styled from "styled-components";
|
||||
const Heading = styled.h1`
|
||||
display: flex;
|
||||
align-items: center;
|
||||
${(props) => (props.centered ? "text-align: center;" : "")}
|
||||
|
||||
svg {
|
||||
margin-left: -6px;
|
||||
|
Reference in New Issue
Block a user