Skip to content

Commit

Permalink
Update frontend/components/modal/ErrorModal.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian <[email protected]>
  • Loading branch information
timpau and sebastianscatularo authored Apr 2, 2024
1 parent 1f4b321 commit 9fefa9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/components/modal/ErrorModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { ModalWrapper } from '@components/modal/ModalWrapper'
import { useRouter } from 'next/navigation'

export function ErrorModal({ showModal }: { showModal: Function }) {
const router = useRouter()
return (
<ModalWrapper>
<div className="w-full max-w-[600px] divide-y divide-white divide-opacity-25 border border-white border-opacity-25 bg-black bg-opacity-50 text-center">
Expand Down

0 comments on commit 9fefa9c

Please sign in to comment.