0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Updated signup form embed settings copy

No ref
This commit is contained in:
Sanne de Vries 2023-06-09 08:26:21 +02:00
parent 58f48d2e0a
commit 1e7b332b7f
3 changed files with 4 additions and 4 deletions

View file

@ -64,7 +64,7 @@
readonly
{{on "mouseup" this.copyTextOnMouseUp}}
/>
<p>Copy and paste this HTML code somewhere inside the <code>&lt;body&gt;</code> tag of your site.</p>
<p>Paste this code onto any website where you'd like your signup to appear.</p>
</div>
</div>
</GhFormGroup>

View file

@ -1,10 +1,10 @@
<section class="gh-main-section">
<h4 class="gh-main-section-header small bn">Signup Form</h4>
<h4 class="gh-main-section-header small bn">Growth</h4>
<div class="gh-expandable">
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>
<h4 class="gh-expandable-title">Embed a signup form</h4>
<h4 class="gh-expandable-title">Embeddable signup form</h4>
<p class="gh-expandable-description">Grow your audience from anywhere on the web</p>
</div>
<button type="button" class="gh-btn" {{on "click" this.open}}>

View file

@ -67,7 +67,7 @@ const Form: React.FC<FormProps> = ({loading, error, buttonColor, buttonTextColor
onChange={e => setEmail(e.target.value)}
/>
<button
className='absolute inset-y-0 right-[.2rem] my-auto h-7 rounded-[.3rem] px-2 text-white sm:right-[.3rem] sm:h-[3rem] sm:px-3'
className='absolute inset-y-0 right-[.2rem] my-auto h-7 rounded-[.3rem] px-2 font-medium text-white sm:right-[.3rem] sm:h-[3rem] sm:px-3'
data-testid="button"
disabled={loading}
style={{backgroundColor: buttonColor, color: buttonTextColor}}