diff --git a/packages/web/pages/help/newsletters.tsx b/packages/web/pages/help/newsletters.tsx index 2f50e0e98..c2eaabfa7 100644 --- a/packages/web/pages/help/newsletters.tsx +++ b/packages/web/pages/help/newsletters.tsx @@ -5,6 +5,37 @@ import { Button } from '../../components/elements/Button' import Link from 'next/link' import { StyledText } from '../../components/elements/StyledText' import { styled } from '@stitches/react' +import { Copy, Plus } from 'phosphor-react' +import { theme } from '../../components/tokens/stitches.config' + +const AddEmailButton = () => { + return () +} + +const CopyButton = () => { + return ( + ) +} export default function Newsletters(): JSX.Element { const HighlightText = styled(SpanBox, { @@ -74,10 +105,10 @@ export default function Newsletters(): JSX.Element {
- Create your first email address by clicking the
+ If you are already logged into Substack you might need to logout to use your new email address. +
+If you are a Gmail user you can create a forwarding rule to send email from your regular account to your Omnivore email address. This is useful if you have an existing paid newsletter subscription. For free newsletters we recommend subscribing directly to the newsletter with your Omnivore email address.