Skip to content

Commit 75e060c

Browse files
author
Bingi Manish Kumar
committed
fix: disable preload for framework documentation links as it is freezing the page on hover
1 parent 38f89ec commit 75e060c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/FrameworkCard.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ export function FrameworkCard({
6565
version,
6666
_splat: installationPath,
6767
}}
68+
preload={false}
6869
hash={installationHash}
6970
className="flex flex-col flex-1 gap-4"
7071
>
@@ -116,6 +117,7 @@ export function FrameworkCard({
116117
version,
117118
_splat: installationPath,
118119
}}
120+
preload={false}
119121
hash={installationHash}
120122
className="block w-full text-center text-xs text-gray-600 dark:text-gray-400 hover:text-gray-900 dark:hover:text-gray-200 underline transition-colors"
121123
>

0 commit comments

Comments
 (0)