Skip to content

Commit 4aab144

Browse files
tychesamaseangaaab
authored andcommitted
fix: Heading elements are not in sequentially-descending order
1 parent 84f4799 commit 4aab144

2 files changed

Lines changed: 17 additions & 4 deletions

File tree

app/(home)/components/Footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export function Footer() {
112112

113113
{/* Newsletter Section */}
114114
<div className="text-center md:text-left mt-12">
115-
<h4 className="text-primary text-xl font-bold mb-4">Newsletter</h4>
115+
<h2 className="text-primary text-xl font-bold mb-4">Newsletter</h2>
116116
<Input
117117
placeholder="Your Email"
118118
type="email"
@@ -158,7 +158,7 @@ export function Footer() {
158158

159159
{/* Navigation Links */}
160160
<div className="text-center md:text-left mt-12 md:w-[75%]">
161-
<h4 className="text-primary text-xl font-bold mb-4">Navigation</h4>
161+
<h2 className="text-primary text-xl font-bold mb-4">Navigation</h2>
162162
<div className="grid grid-cols-2 md:text-sm gap-4">
163163
{links.map(({ label, href, external }) => (
164164
<Link

package-lock.json

Lines changed: 15 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)