mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-23 19:46:28 -05:00
dont prefetch links on buildcards
This commit is contained in:
@@ -81,7 +81,7 @@ const BuildCard: React.FC<BuildCardProps & BoxProps> = ({
|
||||
overflow="hidden"
|
||||
title={`${build.user.username}#${build.user.discriminator}`}
|
||||
>
|
||||
<Link href={`/u/${build.user.discordId}`}>
|
||||
<Link href={`/u/${build.user.discordId}`} prefetch={false}>
|
||||
<a>
|
||||
<Flex alignItems="center">
|
||||
<UserAvatar user={build.user} isSmall mr={2} />
|
||||
|
||||
Reference in New Issue
Block a user