added more relays to sql migration

This commit is contained in:
Ren Amamiya
2023-03-15 15:03:12 +07:00
parent 387ca17a59
commit d30d78608f
2 changed files with 12 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ export const UserMini = memo(function UserMini({ pubkey }: { pubkey: string }) {
return (
<div className="flex cursor-pointer items-center gap-2.5 rounded-md px-2.5 py-1.5 text-sm font-medium hover:bg-zinc-900">
<div className="relative h-5 w-5 rounded-full">
<div className="relative h-5 w-5 overflow-hidden rounded-full">
{profile.picture ? (
<ImageWithFallback src={profile.picture} alt={pubkey} fill={true} className="rounded-full object-cover" />
) : (