Always lowercase titles

This commit is contained in:
Austin Chen 2021-12-14 23:44:25 -08:00
parent c00c649fbe
commit f5a8f9de1b

View File

@ -5,7 +5,7 @@ export function Title(props: { text: string; className?: string }) {
return ( return (
<h1 <h1
className={clsx( className={clsx(
'text-3xl font-major-mono tracking-tight text-indigo-700 font-bold mt-6 mb-4', 'text-3xl font-major-mono tracking-tight lowercase text-indigo-700 font-bold mt-6 mb-4',
className className
)} )}
> >