Merge pull request #1357 from omnivore-app/bug/integrations-readwise

Fixing the Link - Here text
This commit is contained in:
Jackson Harper 2022-10-28 10:15:04 +08:00 committed by GitHub
commit a51ccd19e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ import { styled } from '@stitches/react'
import Link from 'next/link'
import Image from 'next/image'
import { Box, HStack, VStack } from '../../elements/LayoutPrimitives'
import { Box, HStack, SpanBox, VStack } from '../../elements/LayoutPrimitives'
import { Button } from '../../elements/Button'
import { StyledText } from '../../elements/StyledText'
import { FormInput } from '../../elements/FormElements'
@ -77,13 +77,13 @@ export function Readwise(): JSX.Element {
whiteSpace: 'pre-wrap'
}}
>
Enter your API key from Readwise below. You can get your token{' '}
<SpanBox>Enter your API key from Readwise below. You can get your token{' '}
<Link
style={{ color: '$utilityTextDefault' }}
href="https://readwise.io/access_token"
>
here
</Link>.
</Link>.</SpanBox>
</HStack>
<FormInput