Skip to content
1 change: 0 additions & 1 deletion app/(landing)/hackathons/[slug]/submit/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ export default function SubmitProjectPage({
</div>
);
}

return (
<div className='min-h-screen bg-black px-5 py-5 text-white md:px-[50px] lg:px-[100px]'>
<div className='mx-auto max-w-[1200px] pb-10'>
Expand Down
1 change: 0 additions & 1 deletion components/hackathons/submissions/SubmissionForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,6 @@ const SubmissionFormContent: React.FC<SubmissionFormContentProps> = ({
} else {
await create(submissionData);
}

if (onSuccess) {
onSuccess();
} else if (onClose) {
Expand Down
Loading