contents: fix typo in choosing between companies (#302)
Co-authored-by: Paul Muresan <mmuresanpaul@gmail.com>pull/305/head
parent
02f1ce8b96
commit
5734758f96
@ -1,5 +1,3 @@
|
||||
export default function ResumeReviewsTitle() {
|
||||
return (
|
||||
<h1 className="text-center text-4xl font-bold">Resume Reviews {id}</h1>
|
||||
);
|
||||
return <h1 className="text-center text-4xl font-bold">Resume Reviews</h1>;
|
||||
}
|
||||
|
Loading…
Reference in new issue