- 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

@ -16,7 +16,7 @@ const ProjectItem = (x) => (
)}
</div>
{x.date && (
<h6 className="text-xs font-medium">
<h6 className="text-xs font-medium text-right">
{moment(x.date).format('MMMM YYYY')}
</h6>
)}