verified badge margin (#1775)

* wip

* wip
This commit is contained in:
Peer Richelsen 2022-02-10 00:23:14 +00:00 committed by GitHub
parent 803e5c7f2d
commit 712dceb8cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,7 @@ export default function User(props: inferSSRProps<typeof getServerSideProps>) {
<h1 className="mb-1 font-cal text-3xl font-bold text-neutral-900 dark:text-white">
{nameOrUsername}
{user.verified && (
<BadgeCheckIcon className="-mt-1 inline h-6 w-6 text-blue-500 dark:text-white" />
<BadgeCheckIcon className="mx-1 -mt-1 inline h-6 w-6 text-blue-500 dark:text-white" />
)}
</h1>
<p className="text-neutral-500 dark:text-white">{user.bio}</p>