Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Commented out performance analysis section #24

Merged
merged 1 commit into from
Jan 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading