mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-26 14:33:59 +10:00
- implement gengar template
This commit is contained in:
@@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user