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 {

Subscribing Directly

- Create your first email address by clicking the Create New Email button on - the emails page. Copy the email address to your clipboard using the - copy button, and enter that email address into an email subscription box. If you are already logged into - Substack you might need to logout to use your new email address. + Create your first email address by clicking the button on + the emails page. Copy the email address + to your clipboard using the + copy button, and enter that email address into an email subscription box.

@@ -87,6 +118,10 @@ export default function Newsletters(): JSX.Element { /> +

+ If you are already logged into Substack you might need to logout to use your new email address. +

+

Create a Forwarding Rule

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.