From 1215735d4c38b49f98f23938ac63d006198cf84e Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Thu, 31 Mar 2022 12:04:31 -0700 Subject: [PATCH] Use buttons in the subscribe directly blocks --- packages/web/pages/help/newsletters.tsx | 43 ++++++++++++++++++++++--- 1 file changed, 39 insertions(+), 4 deletions(-) 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.