File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ const Content = (props: ChildOnlyProp) => (
62
62
)
63
63
64
64
const Title = ( props : ChildOnlyProp ) => (
65
- < Text className = "mb-0 ms-2 uppercase text-body" { ...props } />
65
+ < Text className = "mb-0 ms-2 text-sm uppercase text-body" { ...props } />
66
66
)
67
67
68
68
const H2 = ( props : HTMLAttributes < HTMLHeadingElement > ) => (
@@ -790,7 +790,9 @@ const BugBountiesPage = () => {
790
790
< Divider />
791
791
< Contact >
792
792
< div >
793
- < H2 > { t ( "page-upgrades-bug-bounty-questions" ) } </ H2 >
793
+ < Text className = "mb-4 text-xl font-bold" >
794
+ { t ( "page-upgrades-bug-bounty-questions" ) }
795
+ </ Text >
794
796
< Text className = "mb-0" >
795
797
{ t ( "page-upgrades-bug-bounty-email-us" ) } { " " }
796
798
< InlineLink href = "mailto:[email protected] " >
You can’t perform that action at this time.
0 commit comments