We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a31df commit ea46f84Copy full SHA for ea46f84
src/lib/NewlyAvailableDatasets/CardedPageContent.tsx
@@ -1,5 +1,4 @@
1
import React from 'react';
2
-import Link from 'next/link';
3
import { Text } from '@mantine/core';
4
import CardGrid, { CardGridItem } from './CardGrid';
5
import MultiPartText, { MultiPartTextPart } from './MultiPartText';
@@ -25,9 +24,9 @@ const CardedPageContent = ({
25
24
data-testid="carded-page-content-backlink"
26
className="py-10 text-sm px-10 "
27
>
28
- <Link legacyBehavior href={'/'}>
+ <a href={'/'}>
29
Home
30
- </Link>
+ </a>
31
{' > '}
32
<span className="text-heal-primary"> {title}</span>
33
</div>
0 commit comments