mirror of
https://github.com/TheRealOwenRees/chess-scribe-website.git
synced 2026-07-23 01:46:57 +00:00
change h6 to h5 to fix heading structure
This commit is contained in:
@@ -7,7 +7,7 @@ interface IProps {
|
|||||||
|
|
||||||
const Feature = ({ title, children }: IProps) => (
|
const Feature = ({ title, children }: IProps) => (
|
||||||
<div className="mb-auto">
|
<div className="mb-auto">
|
||||||
<h6 className="text-(--neutral-content) text-2xl font-bold">{title}</h6>
|
<h5 className="text-(--neutral-content) text-2xl font-bold">{title}</h5>
|
||||||
<p className="text-(--neutral-content) font-medium" data-testid="text">
|
<p className="text-(--neutral-content) font-medium" data-testid="text">
|
||||||
{children}
|
{children}
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user