Skip to content

Commit ee11140

Browse files
committed
replace Heading with h1
1 parent 3584ae3 commit ee11140

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/pages/assets.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import type { BasePageProps, ChildOnlyProp, Lang } from "@/lib/types"
77

88
import AssetDownload from "@/components/AssetDownload"
99
import FeedbackCard from "@/components/FeedbackCard"
10-
import Heading from "@/components/Heading"
1110
import { TwImage } from "@/components/Image"
1211
import MainArticle from "@/components/MainArticle"
1312
import PageMetadata from "@/components/PageMetadata"
@@ -139,9 +138,7 @@ const AssetsPage = () => {
139138
/>
140139
</Center>
141140
<Center>
142-
<Heading as="h1" size="2xl" my="8">
143-
{t("page-assets-h1")}
144-
</Heading>
141+
<h1 className="my-8">{t("page-assets-h1")}</h1>
145142
</Center>
146143
<Center>
147144
<InlineLink href="/assets/#illustrations">

0 commit comments

Comments
 (0)