File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import Translation from "./Translation"
5
5
import { TranslationKey } from "../utils/translations"
6
6
// Components
7
7
import Emoji from "./Emoji"
8
- import { Flex , Image , Text } from "@chakra-ui/react"
8
+ import { Flex , Heading , Image , Text } from "@chakra-ui/react"
9
9
10
10
export interface IProps {
11
11
children ?: React . ReactNode
@@ -55,9 +55,9 @@ const Callout: React.FC<IProps> = ({
55
55
< Flex direction = "column" justify = "space-between" mt = { 10 } h = "full" >
56
56
< div >
57
57
{ emoji && < Emoji text = { emoji } fontSize = "5xl" /> }
58
- < h3 >
58
+ < Heading as = "h3" fontSize = "2xl" lineHeight = { 1.4 } >
59
59
< Translation id = { titleKey } />
60
- </ h3 >
60
+ </ Heading >
61
61
< Text color = "text200" fontSize = "xl" lineHeight = "140%" >
62
62
< Translation id = { descriptionKey } />
63
63
</ Text >
You can’t perform that action at this time.
0 commit comments