mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
fix: fix newsletter subscription copy
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ export const NewsletterSubscription: React.FC<NewsletterSubscriptionProps> = ({
|
||||
<TextField
|
||||
inputProps={{ type: 'text', name: 'name' }}
|
||||
variant="underlined"
|
||||
placeholder="First Name or Pseudonym"
|
||||
placeholder="First name or pseudonym"
|
||||
/>
|
||||
<TextField
|
||||
inputProps={{
|
||||
|
||||
+2
-2
@@ -42,7 +42,7 @@ export const SubscriptionPage: React.FC<SubscriptionPageProps> = ({}) => {
|
||||
}}
|
||||
height={88}
|
||||
/>
|
||||
<Typography component="p">Subscribe for updates</Typography>
|
||||
<Typography component="p">Subscribe to our newsletter</Typography>
|
||||
</div>
|
||||
{api.message && (
|
||||
<Toast
|
||||
@@ -64,7 +64,7 @@ export const SubscriptionPage: React.FC<SubscriptionPageProps> = ({}) => {
|
||||
}}
|
||||
size="medium"
|
||||
variant="underlined"
|
||||
placeholder="First Name or Pseudonym"
|
||||
placeholder="First name or pseudonym"
|
||||
/>
|
||||
<TextField
|
||||
inputProps={{
|
||||
|
||||
Reference in New Issue
Block a user