Skip to content

Commit bb1caab

Browse files
committed
chore: use h2 for CreditCardHidden title
1 parent 4fdfbcf commit bb1caab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-marketplace/src/pages/Orders/Orders.CreditCardHidden.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Body, Title } from 'web-components/src/components/typography';
44

55
export const CreditCardHidden = () => (
66
<div className="mb-20 bg-orange-gradient p-20 pl-[12px] rounded-lg border-solid border border-l-8 border-bc-orange-300">
7-
<Title variant="h6" className="text-base">
7+
<Title variant="h2" className="text-base">
88
<Trans>Credit card orders are hidden</Trans>
99
</Title>
1010
<Body size="sm" mobileSize="sm">

0 commit comments

Comments
 (0)