Skip to content

Commit

Permalink
fixing p nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
Bl20052005 committed Oct 10, 2024
1 parent 4749d5a commit 1f94a01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default function ResourceCard({
</motion.a>
))}
</h3>
<p className={styles.description}>{description}</p>
<div className={styles.description}>{description}</div>
</div>
</motion.div>
</motion.div>
Expand Down

0 comments on commit 1f94a01

Please sign in to comment.