From 956a2be8fb46895b095290529ddf235c63489f5e Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sat, 6 Jan 2024 11:59:01 -0500 Subject: [PATCH] tsc --- app/components/Heading.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;