Skip to content

Commit

Permalink
Merge pull request #20 from crow-fox/fix/link
Browse files Browse the repository at this point in the history
不要なprefetch属性削除
  • Loading branch information
crow-fox authored Apr 27, 2024
2 parents 959c4a9 + 2f2c26e commit 966eb21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/_features/color/ColorGridItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export function ColorGridItem({ color }: Props) {
<Link
href={createColorHref(color)}
scroll={false}
prefetch={false}
className={[
"grid gap-y-3 p-2 hover:shadow-[inset_0_0_0_2px_black] focus-visible:shadow-[inset_0_0_0_2px_black] focus-visible:outline-none",
isCurrent ? "shadow-[inset_0_0_0_2px_black]" : "shadow-none",
Expand Down

0 comments on commit 966eb21

Please sign in to comment.