Skip to content

Commit b3cf6d7

Browse files
authored
Fix newsletter signup form (#2743)
1 parent 62f4ddc commit b3cf6d7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ We built Pydantic AI with one simple aim: to bring that FastAPI feeling to GenAI
3838
- **Graph Support**:
3939
[Pydantic Graph](graph.md) provides a powerful way to define graphs using typing hints, this is useful in complex applications where standard control flow can degrade to spaghetti code.
4040

41-
**Sign up to *The Pydantic Stack* newsletter, with updates & tutorials on Logfire, Pydantic AI and Pydantic:**
41+
**Sign up for our newsletter, *The Pydantic Stack*, with updates & tutorials on Pydantic AI, Logfire, and Pydantic:**
4242

43-
<form method="POST" action="https://eu.customerioforms.com/forms/submit_action?site_id=53d2086c3c4214eaecaa&form_id=14b22611745b458&success_url=https://ai.pydantic.dev/" style="display: flex; align-items: center; gap: 10px; max-width: 85%;">
43+
<form method="POST" action="https://eu.customerioforms.com/forms/submit_action?site_id=53d2086c3c4214eaecaa&form_id=14b22611745b458&success_url=https://ai.pydantic.dev/" class="md-typeset" style="display: flex; align-items: center; gap: 0.5rem; width: 100%;">
4444
<input
4545
type="email"
4646
id="email_input"
4747
name="email"
48-
class="md-input"
49-
style="border-bottom: none; flex: 1;"
48+
class="md-input md-input--stretch"
49+
style="flex: 1; background: var(--md-default-bg-color); color: var(--md-default-fg-color);"
5050
required
5151
placeholder="Email"
5252
data-1p-ignore
@@ -55,7 +55,7 @@ We built Pydantic AI with one simple aim: to bring that FastAPI feeling to GenAI
5555
data-bwignore="true"
5656
/>
5757
<input type="hidden" id="source_input" name="source" value="pydantic-ai" />
58-
<button type="submit" class="md-button" style="width: fit-content;">Subscribe</button>
58+
<button type="submit" class="md-button md-button--primary">Subscribe</button>
5959
</form>
6060

6161
## Hello World Example

0 commit comments

Comments
 (0)