diff --git a/packages/web/components/templates/integrations/Readwise.tsx b/packages/web/components/templates/integrations/Readwise.tsx
index da5e62472..b58e75baf 100644
--- a/packages/web/components/templates/integrations/Readwise.tsx
+++ b/packages/web/components/templates/integrations/Readwise.tsx
@@ -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{' '}
+ Enter your API key from Readwise below. You can get your token{' '}
here
- .
+ .