- 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,7 +12,7 @@ const CertificationItem = (x) => (
<span className="text-xs">{x.issuer}</span>
</div>
{x.date && (
<h6 className="text-xs font-medium">
<h6 className="text-xs font-medium text-right">
{moment(x.date).format('MMMM YYYY')}
</h6>
)}