Skip to content

Commit 579bb65

Browse files
committed
small tweaks
1 parent fdf306e commit 579bb65

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/pages/bug-bounty.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const Content = (props: ChildOnlyProp) => (
6262
)
6363

6464
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} />
6666
)
6767

6868
const H2 = (props: HTMLAttributes<HTMLHeadingElement>) => (
@@ -790,7 +790,9 @@ const BugBountiesPage = () => {
790790
<Divider />
791791
<Contact>
792792
<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>
794796
<Text className="mb-0">
795797
{t("page-upgrades-bug-bounty-email-us")}{" "}
796798
<InlineLink href="mailto:[email protected]">

0 commit comments

Comments
 (0)