mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-10 04:22:27 +10:00
fix(homepage): use h3 instead of h4 to maintain heading order in FeaturesSection component
This commit is contained in:
@ -118,7 +118,7 @@ export const FeaturesSection = () => {
|
||||
whileInView={{ opacity: 1, x: 0, transition: { delay: index * 0.1 } }}
|
||||
>
|
||||
{feature.icon}
|
||||
<h4>{feature.title}</h4>
|
||||
<h3>{feature.title}</h3>
|
||||
</motion.div>
|
||||
))}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user