Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 7fdb45a

Browse files
author
Manuel Proß
committed
wip(web): add test code for check styling of headings
1 parent d54b1dd commit 7fdb45a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/src/app/page.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ export default function Home() {
1111
return (
1212
<main>
1313
<h1 className="h1">Vim Landing Page</h1>
14+
<h1 className="h1-prefix">Vim Landing Page</h1>
1415
<h2 className="h2">Vim Landing Page</h2>
16+
<h2 className="h2-prefix">Vim Landing Page</h2>
1517
<p className="paragraph">
1618
Lorem ipsum dolor sit amet, officia excepteur ex fugiat reprehenderit enim labore culpa sint ad nisi Lorem pariatur mollit ex esse exercitation amet.
1719
Nisi anim cupidatat excepteur officia. Reprehenderit nostrud nostrud ipsum Lorem est aliquip amet voluptate voluptate dolor minim nulla est proident.

0 commit comments

Comments
 (0)