chore(format)

This commit is contained in:
Oliver Davies 2023-04-20 19:59:57 +01:00
parent 9f58b84c1b
commit ac9f2f869e
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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 />