- 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
+1 -1
View File
@@ -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>
)}