mirror of
https://github.com/acid-info/logos-ordinals-dashboard.git
synced 2025-02-28 20:50:36 +00:00
perf: deactivate prefetch
This commit is contained in:
parent
82c1e363a0
commit
ba9bbc93e1
@ -92,7 +92,11 @@ const OperatorCard: React.FC<OperatorCardProps> = ({
|
||||
|
||||
return (
|
||||
<Container key={operator.id}>
|
||||
<Link href={`/operators/${operator.id}`} key={operator.id}>
|
||||
<Link
|
||||
href={`/operators/${operator.id}`}
|
||||
key={operator.id}
|
||||
prefetch={false}
|
||||
>
|
||||
<OperatorImage
|
||||
src={isDegenMode ? operator?.pixelated : operator?.gif}
|
||||
data-src={isDegenMode ? operator?.pixelated : operator?.gif}
|
||||
|
@ -71,6 +71,7 @@ const OperatorGrid: React.FC<OperatorGridProps> = ({ data, isLoading }) => {
|
||||
<Link
|
||||
href={`/operators/${operator.id}`}
|
||||
key={'explore-operator-' + index}
|
||||
prefetch={false}
|
||||
>
|
||||
<GridItem ref={lastElementRef}>
|
||||
<img
|
||||
|
Loading…
x
Reference in New Issue
Block a user