|
|
@ -240,10 +240,10 @@ export default function ResumeHomePage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div className="col-span-1">
|
|
|
|
<div className="col-span-1">
|
|
|
|
<button
|
|
|
|
<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"
|
|
|
|
type="button"
|
|
|
|
onClick={onSubmitResume}>
|
|
|
|
onClick={onSubmitResume}>
|
|
|
|
Submit
|
|
|
|
Submit Resume
|
|
|
|
</button>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|