Skip to content

Commit cf87221

Browse files
committed
little change
1 parent 237ebcc commit cf87221

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pages/developers/tutorials.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ const FilterTag = forwardRef<{ isActive: boolean; name: string }, "button">(
7575
}
7676
)
7777

78-
FilterTag.displayName = FilterTag.name
79-
8078
const Text = ({ className, ...props }: HTMLAttributes<HTMLHeadElement>) => (
8179
<p className={cn("mb-6", className)} {...props} />
8280
)

0 commit comments

Comments
 (0)