mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-06 11:00:09 -06:00
so does this work?
This commit is contained in:
@@ -14,6 +14,6 @@ export function Label(props: LabelProps): React.JSX.Element {
|
||||
|
||||
export function Heading({ children }: { children: string }): React.JSX.Element {
|
||||
return (
|
||||
<H1 marginVertical={30} fontWeight={800}>{ children }</H1>
|
||||
<H1 marginVertical={30} fontWeight={900}>{ children }</H1>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user