Bug fix: Use <p> instead of <div> for the slogan #10

Merged
jakob.scheid merged 1 commits from bugfix/use-more-semantic-html-element-for-slogan into main 2026-05-02 17:43:14 +02:00
+2 -2
View File
@@ -24,9 +24,9 @@ limitations under the License.
<body> <body>
<header> <header>
<h1>Seekra</h1> <h1>Seekra</h1>
<div> <p>
Built to search. Built to search.
</div> </p>
</header> </header>
<form> <form>