remove console logs

This commit is contained in:
Shreyaschorge
2025-07-14 20:51:03 +05:30
parent e74b2581df
commit 8475b28107
6 changed files with 3 additions and 53 deletions

View File

@@ -1,6 +1,7 @@
'use client';
import { useState } from 'react';
import Image from 'next/image';
import sdk from '@farcaster/miniapp-sdk';
import { useMiniApp } from '@neynar/react';
import { APP_NAME } from '~/lib/constants';
@@ -28,7 +29,7 @@ export function Header({ neynarUser }: HeaderProps) {
}}
>
{context.user.pfpUrl && (
<img
<Image
src={context.user.pfpUrl}
alt="Profile"
className="w-10 h-10 rounded-full border-2 border-primary"