[feat][resumes] change button to Submit Resume

pull/378/head
Keane Chan 3 years ago
parent 9ed42d7bbf
commit 7852dcc96b
No known key found for this signature in database
GPG Key ID: 32718398E1E9F87C

@ -240,10 +240,10 @@ export default function ResumeHomePage() {
</div>
<div className="col-span-1">
<button
className="rounded-md bg-indigo-500 py-1 px-3 text-sm text-white"
className="rounded-md bg-indigo-500 py-1 px-3 text-sm font-medium text-white"
type="button"
onClick={onSubmitResume}>
Submit
Submit Resume
</button>
</div>
</div>

Loading…
Cancel
Save