mirror of
https://github.com/tale/headplane.git
synced 2026-08-30 08:49:30 +00:00
fix: center user icon in profile
This commit is contained in:
@@ -62,6 +62,7 @@ export default function Header(data: Props) {
|
|||||||
'rounded-full h-9 w-9',
|
'rounded-full h-9 w-9',
|
||||||
'border border-main-600 dark:border-main-700',
|
'border border-main-600 dark:border-main-700',
|
||||||
'hover:bg-main-600 dark:hover:bg-main-700',
|
'hover:bg-main-600 dark:hover:bg-main-700',
|
||||||
|
'flex items-center justify-center',
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<PersonIcon className="h-5 w-5 mt-0.5" />
|
<PersonIcon className="h-5 w-5 mt-0.5" />
|
||||||
|
|||||||
Reference in New Issue
Block a user