From e61d030e32dd64814d7d5f8b40dd91013c0790f1 Mon Sep 17 00:00:00 2001
From: Jackson Harper
Date: Thu, 31 Mar 2022 13:17:07 -0700
Subject: [PATCH] Improve formatting
---
packages/web/pages/help/emails.tsx | 39 ++-----------------------
packages/web/pages/help/newsletters.tsx | 6 +---
2 files changed, 4 insertions(+), 41 deletions(-)
diff --git a/packages/web/pages/help/emails.tsx b/packages/web/pages/help/emails.tsx
index 6a77f6396..40735fb62 100644
--- a/packages/web/pages/help/emails.tsx
+++ b/packages/web/pages/help/emails.tsx
@@ -1,41 +1,8 @@
/* eslint-disable @next/next/no-img-element */
-import { Box, HStack, SpanBox } from '../../components/elements/LayoutPrimitives'
+import { Box, HStack } from '../../components/elements/LayoutPrimitives'
import { PrimaryLayout } from '../../components/templates/PrimaryLayout'
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 Emails(): JSX.Element {
return (
@@ -68,7 +35,7 @@ export default function Emails(): JSX.Element {
and add the content to your library.
- If Omnivore doesn't think the item should be added to your library,
+ If Omnivore doesn't think the item should be added to your library,
it will be forwarded to the email address you used when you registered
for Omnivore (from msgs@omnivore.app).
@@ -86,7 +53,7 @@ export default function Emails(): JSX.Element {
will be added to your library when we receive them.
-
diff --git a/packages/web/pages/help/newsletters.tsx b/packages/web/pages/help/newsletters.tsx
index ad34e3be3..2c248f140 100644
--- a/packages/web/pages/help/newsletters.tsx
+++ b/packages/web/pages/help/newsletters.tsx
@@ -3,14 +3,11 @@ import { Box, HStack, SpanBox } from '../../components/elements/LayoutPrimitives
import { PrimaryLayout } from '../../components/templates/PrimaryLayout'
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 ()
@@ -122,7 +118,7 @@ export default function Newsletters(): JSX.Element {
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 and
- don't want to update your account email address.
+ don't want to update your account email address.