docs: fix client error for learning path (#10102)
This commit is contained in:
@@ -68,6 +68,7 @@ export const CardDefaultLayout = ({
|
||||
<Link
|
||||
href={href}
|
||||
className="absolute left-0 top-0 h-full w-full rounded"
|
||||
prefetch={false}
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
|
||||
@@ -61,6 +61,7 @@ export const CardLargeLayout = ({
|
||||
<Link
|
||||
href={href}
|
||||
className="absolute left-0 top-0 h-full w-full rounded"
|
||||
prefetch={false}
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
|
||||
@@ -89,7 +89,11 @@ export const CardLayoutMini = ({
|
||||
{isExternal ? <ArrowUpRightOnBox /> : <TriangleRightMini />}
|
||||
</span>
|
||||
{href && (
|
||||
<Link href={href} className="absolute left-0 top-0 w-full h-full" />
|
||||
<Link
|
||||
href={href}
|
||||
className="absolute left-0 top-0 w-full h-full"
|
||||
prefetch={false}
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user