mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-06 16:06:12 +02:00
ui(resources): tweak typo of header
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import React from "react"
|
||||
import cx from "classnames"
|
||||
|
||||
import * as SC from "./styles"
|
||||
import { Container } from "../Container"
|
||||
@@ -23,7 +24,13 @@ export const HeaderBarebone: React.FC<IHeaderBareboneProps> = (props) => {
|
||||
<SC.Box>
|
||||
{props.above}
|
||||
|
||||
<SC.Title>{props.title}</SC.Title>
|
||||
<SC.Title
|
||||
className={cx({
|
||||
"has-content-below": props.content,
|
||||
})}
|
||||
>
|
||||
{props.title}
|
||||
</SC.Title>
|
||||
|
||||
{props.content}
|
||||
</SC.Box>
|
||||
|
||||
Reference in New Issue
Block a user