chore(format)
This commit is contained in:
parent
9f58b84c1b
commit
ac9f2f869e
|
@ -29,7 +29,7 @@ const { intro } = Astro.props;
|
||||||
data-stacked="false"
|
data-stacked="false"
|
||||||
class="seva-fields formkit-fields"
|
class="seva-fields formkit-fields"
|
||||||
>
|
>
|
||||||
{intro && (<p class="mb-8 text-center">{intro}</p>)}
|
{intro && <p class="mb-8 text-center">{intro}</p>}
|
||||||
|
|
||||||
<div class="formkit-field">
|
<div class="formkit-field">
|
||||||
<input
|
<input
|
||||||
|
|
|
@ -14,7 +14,7 @@ const { title } = Astro.props.frontmatter || Astro.props;
|
||||||
</Markdown>
|
</Markdown>
|
||||||
|
|
||||||
<DailyEmailForm
|
<DailyEmailForm
|
||||||
intro='Was this useful? Sign up here and get more like this delivered straight to your inbox every day.'
|
intro="Was this useful? Sign up here and get more like this delivered straight to your inbox every day."
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<AboutMe />
|
<AboutMe />
|
||||||
|
|
Loading…
Reference in a new issue