From 9f0d43fe099a95ab1516ae951dcb60a89e76a5a5 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 3 Nov 2023 21:13:33 +0800 Subject: chore: delete useless codes --- docs/components/Authors.tsx | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 docs/components/Authors.tsx (limited to 'docs/components/Authors.tsx') diff --git a/docs/components/Authors.tsx b/docs/components/Authors.tsx deleted file mode 100644 index 0623440..0000000 --- a/docs/components/Authors.tsx +++ /dev/null @@ -1,22 +0,0 @@ -import { Avatar } from "./Avatar"; -import cn from "classnames"; -import HYDROROLL_TEAM from "../content/team"; -import type { Author } from "../content/team"; - -export function Authors({ authors }: { authors: Array }) { - const validAuthors = authors.filter((author) => HYDROROLL_TEAM[author]); - return ( -
-
4 && "max-w-3xl" - )} - > - {validAuthors.map((username) => ( - - ))} -
-
- ); -} -- cgit v1.2.3-70-g09d2