- implement gengar template

This commit is contained in:
Amruth Pillai
2020-07-12 19:31:22 +05:30
parent 5ccc360345
commit 41e708e302
24 changed files with 677 additions and 550 deletions

View File

@@ -12,9 +12,9 @@ const EducationItem = (x) => (
<strong>{x.degree}</strong> {x.field}
</span>
</div>
<div className="flex flex-col items-end">
<div className="flex flex-col items-end text-right">
{x.startDate && (
<h6 className="text-xs font-medium">
<h6 className="text-xs font-medium mb-1">
({formatDateRange({ startDate: x.startDate, endDate: x.endDate })})
</h6>
)}