fixed header levels
Some checks failed
Node.js CI / build (18.x) (push) Has been cancelled
Node.js CI / build (20.x) (push) Has been cancelled
Node.js CI / build (22.x) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
njsscan sarif / njsscan code scanning (push) Has been cancelled

This commit is contained in:
Lucid Kobold
2025-08-14 20:39:31 -04:00
parent 6e57797278
commit 1cf458886e

View File

@@ -69,7 +69,7 @@ export default function Home() {
<VStack spaceY={6} w="80vw"> <VStack spaceY={6} w="80vw">
<Heading <Heading
as="h2" as="h3"
color="cyan" color="cyan"
fontSize="2.5rem" fontSize="2.5rem"
textAlign="center" textAlign="center"
@@ -131,7 +131,7 @@ export default function Home() {
</HStack> </HStack>
<Heading <Heading
as="h3" as="h4"
color="cyan" color="cyan"
fontSize="2.5rem" fontSize="2.5rem"
textAlign="center" textAlign="center"
@@ -162,7 +162,7 @@ export default function Home() {
</HStack> </HStack>
<Heading <Heading
as="h3" as="h5"
color="cyan" color="cyan"
fontSize="2.5rem" fontSize="2.5rem"
textAlign="center" textAlign="center"