Skip to content

Commit

Permalink
verified badge margin (#1775)
Browse files Browse the repository at this point in the history
* wip

* wip
  • Loading branch information
PeerRich committed Feb 10, 2022
1 parent 803e5c7 commit 712dceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/[user].tsx
Expand Up @@ -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>
Expand Down

1 comment on commit 712dceb

@vercel
Copy link

@vercel vercel bot commented on 712dceb Feb 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.