designed new castform template

This commit is contained in:
Amruth Pillai
2020-03-28 00:33:41 +05:30
parent 91104a43a2
commit 938388fd43
9 changed files with 528 additions and 10 deletions

View File

@ -25,8 +25,8 @@ const Gengar = () => {
const FullName = () => (
<div>
<h1 className="text-3xl font-bold">{data.profile.firstName}</h1>
<h1 className="text-3xl font-bold">{data.profile.lastName}</h1>
<h1 className="text-2xl font-bold">{data.profile.firstName}</h1>
<h1 className="text-2xl font-bold">{data.profile.lastName}</h1>
</div>
);