Skip to content

Commit

Permalink
Merge pull request #24 from avantifellows/fix/remove-predictive-rank
Browse files Browse the repository at this point in the history
Commented out performance analysis section
  • Loading branch information
Bahugunajii authored Jan 18, 2024
2 parents ae6b1a2 + b9680a5 commit d4b19ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/reports/client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function Client({
}) {
return (
<div>
<div className="bg-heading h-20">
{/* <div className="bg-heading h-20">
<h1 className="text-primary ml-4 font-semibold text-xl pt-6">Overall Performance Analysis</h1>
</div>
<div className="px-8 text-sm md:text-base">
Expand All @@ -24,7 +24,7 @@ export default function Client({
<p className="pb-3 text-justify">
Based on your performance in all the tests, we predict that you will be eligible for an MBBS admission. Keep up the Good Work!
</p>
</div>
</div> */}
<div className="bg-heading h-20 mb-4">
<h1 className="text-primary ml-4 font-semibold text-xl pt-6">Test Reports</h1>
</div>
Expand Down

0 comments on commit d4b19ff

Please sign in to comment.