Refactor component and page structure for responsiveness, add submit button to application page

This commit is contained in:
THIS ONE IS A LITTLE BIT TRICKY KRUB 2024-10-09 12:10:03 +07:00
parent 0e90f0ee7e
commit 32ea51b56f

View File

@ -289,6 +289,12 @@ export default function Apply() {
</div>
</div>
</div>
{/* Submit */}
<center>
<Button className="mt-12 mb-20 h-10 text-base font-bold py-6 px-5">
Submit application
</Button>
</center>
</div>
);
}