Updated placeholders, minor editor tweaks
This commit is contained in:
@@ -3,6 +3,7 @@ import styled from "styled-components";
|
||||
const Heading = styled.h1<{ centered?: boolean }>`
|
||||
display: flex;
|
||||
align-items: center;
|
||||
user-select: none;
|
||||
${(props) => (props.centered ? "text-align: center;" : "")}
|
||||
|
||||
svg {
|
||||
|
||||
Reference in New Issue
Block a user