Skip to content

Commit

Permalink
Fixed Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
shivansh-bhatnagar18 committed Jun 13, 2024
1 parent 4c9dc55 commit abee6d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/library/modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ const Modal: React.FC<ModalProps> = ({ onClose }) => {
>
<div className="bg-[rgb(222,209,209)] p-5 rounded-xl border-4 border-black shadow-md flex flex-col gap-10 w-1/3 h-1/3 items-center justify-center">
<h1 className="font-normal font-[Kavoon] text-[30px] leading-[30px] text-black text-center">
Join an
Existing Game
Join an Existing Game
</h1>
<div className="flex justify-center w-2/3">
<input
Expand Down

0 comments on commit abee6d6

Please sign in to comment.