mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Use Link instead of a
This commit is contained in:
parent
15e3d38d65
commit
8e7a0a0bcc
1 changed files with 3 additions and 2 deletions
|
|
@ -13,6 +13,7 @@ import { HStack, VStack } from '../../components/elements/LayoutPrimitives'
|
|||
import { useGetViewerQuery } from '../../lib/networking/queries/useGetViewerQuery'
|
||||
import { Loader } from '../../components/templates/SavingRequest'
|
||||
import { deleteAccountMutation } from '../../lib/networking/mutations/deleteAccountMutation'
|
||||
import Link from 'next/link'
|
||||
|
||||
export default function DeleteMyAccount(): JSX.Element {
|
||||
const router = useRouter()
|
||||
|
|
@ -98,8 +99,8 @@ export default function DeleteMyAccount(): JSX.Element {
|
|||
<p>
|
||||
If you are deleting your account because you've imported too
|
||||
many items, and want a "fresh start" you can try using
|
||||
the <a href="/tools/bulk">bulk tool</a> to clean up your account
|
||||
instead.
|
||||
the <Link href="/tools/bulk">bulk tool</Link> to clean up your
|
||||
account instead.
|
||||
</p>
|
||||
{viewer && router ? (
|
||||
<Button
|
||||
|
|
|
|||
Loading…
Reference in a new issue