We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f6a0db commit aada72cCopy full SHA for aada72c
src/app/_components/team/team.tsx
@@ -49,7 +49,7 @@ const TeamInfo = ({ team, userInterviewTime }: TeamInfoProps) => {
49
<Results team={team} />
50
)}
51
52
- <h1 className="mb-5 mt-16 text-center font-archivo text-4xl">
+ {/* <h1 className="mb-5 mt-16 text-center font-archivo text-4xl">
53
Documents
54
</h1>
55
<Upload
@@ -73,7 +73,7 @@ const TeamInfo = ({ team, userInterviewTime }: TeamInfoProps) => {
73
teamId={team.id}
74
prevLink={team.driveLink ?? ""}
75
prevGithub={team.githubLink ?? ""}
76
- />
+ /> */}
77
</div>
78
) : !team ? (
79
<div>
0 commit comments