- implement celebi template

This commit is contained in:
Amruth Pillai
2020-07-13 09:46:55 +05:30
parent 7b2094a543
commit 55fd1d4bdc
31 changed files with 3563 additions and 99 deletions

View File

@ -7,7 +7,7 @@ import { safetyCheck } from '../../../utils';
const AwardItem = (x) => (
<div key={x.id}>
<div className="flex justify-between items-center">
<div className="flex flex-col">
<div className="flex flex-col text-left mr-2">
<h6 className="font-semibold">{x.title}</h6>
<span className="text-xs">{x.awarder}</span>
</div>