diff --git a/app/components/Heading.ts b/app/components/Heading.ts index c5f37f02c..d3faff06e 100644 --- a/app/components/Heading.ts +++ b/app/components/Heading.ts @@ -1,6 +1,6 @@ import styled from "styled-components"; -const Heading = styled.h1<{ as: string; centered?: boolean }>` +const Heading = styled.h1<{ as?: string; centered?: boolean }>` display: flex; align-items: center; user-select: none;