Skip to content

Commit ec6a50f

Browse files
aborrusoclaude
andcommitted
website: fix H1 missing space before br for SEO crawlers
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 69eb946 commit ec6a50f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ const baseUrl = '/ckan-mcp-server';
164164
</div>
165165

166166
<h1 class="display-font text-6xl sm:text-7xl lg:text-8xl font-bold text-center text-navy mb-8 leading-tight fade-in-up" style="animation-delay: 0.1s">
167-
Explore Open Data<br/><span class="text-data-blue">with AI</span>
167+
Explore Open Data <br/><span class="text-data-blue">with AI</span>
168168
</h1>
169169

170170
<p class="text-xl sm:text-2xl text-center text-gray-700 mb-6 max-w-3xl mx-auto fade-in-up" style="animation-delay: 0.2s">

0 commit comments

Comments
 (0)