Skip to content

Commit

Permalink
hotfix: 사용자 이름 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
yougyung committed Mar 6, 2024
1 parent 6493be1 commit d90238c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pages/event/code/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ export default function Index({ studentNumber, studentName }: CodeProps) {
className="hidden md:block md:w-full"
/>
<div className="mt-5 flex w-full flex-col items-center text-lg font-bold md:mt-20 md:flex-col md:justify-center md:text-2xl">
<div>
<span className=" mr-1 text-pink-400">{user.studentName}</span>
<span className="mr-2"></span>
</div>
<span>QR이벤트 인증 페이지입니다.</span>
<div className="mt-4 text-base font-semibold md:text-lg">
<div>
Expand Down

0 comments on commit d90238c

Please sign in to comment.