Skip to content

Commit 14150a7

Browse files
Copilotgarrytrinder
andcommitted
Fix HTML entity in AI/LLM heading per code review
Co-authored-by: garrytrinder <11563347+garrytrinder@users.noreply.github.com>
1 parent 5c26751 commit 14150a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ import Layout from '../layouts/Layout.astro';
127127
<div class="section-reveal grid md:grid-cols-2 gap-12 md:gap-16 items-center">
128128
<div>
129129
<p class="text-sm font-semibold tracking-widest uppercase text-purple-400 mb-4">AI / LLM Testing</p>
130-
<h3 class="text-3xl md:text-4xl font-bold mb-6 leading-tight">Build &amp; test AI apps without burning tokens.</h3>
130+
<h3 class="text-3xl md:text-4xl font-bold mb-6 leading-tight">Build & test AI apps without burning tokens.</h3>
131131
<p class="text-lg leading-relaxed mb-6" style="color: var(--text-muted);">
132132
Simulate responses from OpenAI, Azure OpenAI, and other language model APIs. Test error handling, content filtering, and rate limits without real API costs.
133133
</p>

0 commit comments

Comments
 (0)