chore: update moderate post icon

This commit is contained in:
Danish Arora 2025-10-03 19:16:39 +05:30
parent 3d3eafd626
commit 136c351f3f
No known key found for this signature in database
GPG Key ID: 1C6EF37CDAE1426E
2 changed files with 2 additions and 4 deletions

View File

@ -20,7 +20,7 @@ import {
ArrowUp,
ArrowDown,
RefreshCw,
Shield,
MessageSquareX,
UserX,
} from 'lucide-react';
import { formatDistanceToNow } from 'date-fns';
@ -360,7 +360,7 @@ const PostList = () => {
className="h-6 w-6 text-cyber-neutral hover:text-orange-500"
onClick={() => handleModerate(post.id)}
>
<Shield className="h-3 w-3" />
<MessageSquareX className="h-3 w-3" />
</Button>
</TooltipTrigger>
<TooltipContent>

View File

@ -40,7 +40,6 @@ export function useUserDisplay(address: string): UserDisplayInfo {
}
const identity = await client.userIdentityService.getIdentity(address, {fresh: true});
console.log({identity})
if (cancelled) return;
@ -71,7 +70,6 @@ export function useUserDisplay(address: string): UserDisplayInfo {
const displayInfo: UserDisplayInfo = React.useMemo(() => {
if (storeIdentity) {
console.log({storeIdentity})
return {
...storeIdentity,
isLoading,