Skip to content

Commit

Permalink
mt missing - education table
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickolausen committed Sep 24, 2024
1 parent ca4635f commit 5400b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Education.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ function Education()
</div>
<h3 className="mt-5 text-2xl text-center font-bold w-full">Learnt from School</h3>
<hr className="my-3"></hr>
<table>
<table className="mt-5">
{
from_school.map(item =>
<tr className="text-xl">
Expand Down

0 comments on commit 5400b6c

Please sign in to comment.