mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Added static design for banners
refs PROD-215 PROD-322
This commit is contained in:
parent
1ee784cf20
commit
4abcd17184
1 changed files with 8 additions and 0 deletions
|
@ -250,7 +250,15 @@ const Sidebar: React.FC<{
|
|||
<Form className='mt-6' gap='sm' margins='lg' title='Email info'>
|
||||
<TextField placeholder={siteTitle} title="Sender name" value={newsletter.sender_name || ''} onChange={e => updateNewsletter({sender_name: e.target.value})} />
|
||||
{renderSenderEmailField()}
|
||||
{/* Banner - when changing sender address */}
|
||||
{/* <Banner className='-mt-2 p-3 text-sm' color='yellow'>
|
||||
We‘ve sent a confirmation email to <span className='font-semibold'>dzvlais@gmail.com</span>. Until the address has been verified, newsletters will be sent from the <span className='font-semibold'>noreply@localhost</span>.
|
||||
</Banner> */}
|
||||
<ReplyToEmailField clearError={clearError} errors={errors} newsletter={newsletter} updateNewsletter={updateNewsletter} validate={validate} />
|
||||
{/* Banner - when changing reply-to address */}
|
||||
{/* <Banner className='-mt-2 p-3 text-sm' color='yellow'>
|
||||
We‘ve sent a confirmation email to <span className='font-semibold'>dzvlais@gmail.com</span>. Until the address has been verified, replies will continue to go to <span className='font-semibold'>noreply@localhost</span>.
|
||||
</Banner> */}
|
||||
</Form>
|
||||
<Form className='mt-6' gap='sm' margins='lg' title='Member settings'>
|
||||
<Toggle
|
||||
|
|
Loading…
Add table
Reference in a new issue