fix: Update after breaking changes to Popout component
This commit is contained in:
parent
b8740c2223
commit
320bcf8534
22 changed files with 26 additions and 199 deletions
|
@ -111,7 +111,7 @@ export const Newsletter = ({ welcome = false, Link = false }) => {
|
|||
</>
|
||||
) : null}
|
||||
{welcome ? null : (
|
||||
<Popout tip>
|
||||
<Popout type="tip">
|
||||
<h5>You can unsubscribe at any time with the link below</h5>
|
||||
<p>
|
||||
This unsubscribe link will also be included at the bottom of every newsletter we send
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue