mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-29 21:23:14 +08:00
contents: fix typo in choosing between companies (#302)
Co-authored-by: Paul Muresan <mmuresanpaul@gmail.com>
This commit is contained in:

committed by
Yangshun Tay

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>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user