Skip to content

Commit aada72c

Browse files
authored
commented out upload (#66)
1 parent 4f6a0db commit aada72c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/_components/team/team.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const TeamInfo = ({ team, userInterviewTime }: TeamInfoProps) => {
4949
<Results team={team} />
5050
)}
5151

52-
<h1 className="mb-5 mt-16 text-center font-archivo text-4xl">
52+
{/* <h1 className="mb-5 mt-16 text-center font-archivo text-4xl">
5353
Documents
5454
</h1>
5555
<Upload
@@ -73,7 +73,7 @@ const TeamInfo = ({ team, userInterviewTime }: TeamInfoProps) => {
7373
teamId={team.id}
7474
prevLink={team.driveLink ?? ""}
7575
prevGithub={team.githubLink ?? ""}
76-
/>
76+
/> */}
7777
</div>
7878
) : !team ? (
7979
<div>

0 commit comments

Comments
 (0)