contents: fix typo in choosing between companies (#302)

Co-authored-by: Paul Muresan <mmuresanpaul@gmail.com>
This commit is contained in:
Paul Mureşan
2022-10-03 00:23:08 +01:00
committed by Yangshun Tay
parent 02f1ce8b96
commit 5734758f96
2 changed files with 2 additions and 4 deletions

View File

@ -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>;
}