mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-26 09:54:43 +10:00
- implement gengar template
This commit is contained in:
@@ -11,7 +11,7 @@ const WorkItem = (x) => (
|
||||
<span className="text-xs">{x.position}</span>
|
||||
</div>
|
||||
{x.startDate && (
|
||||
<h6 className="text-xs font-medium">
|
||||
<h6 className="text-xs font-medium text-right">
|
||||
({formatDateRange({ startDate: x.startDate, endDate: x.endDate })})
|
||||
</h6>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user