diff --git a/app/components/dashboard-components/leaderboard.tsx b/app/components/dashboard-components/leaderboard.tsx index ba9c502..6701b5f 100644 --- a/app/components/dashboard-components/leaderboard.tsx +++ b/app/components/dashboard-components/leaderboard.tsx @@ -325,7 +325,7 @@ const Leaderboard = ({ user }: { user: AuthUser | null }) => { onClick={() => handleUserClick(data.username)} aria-label={`View profile of ${data.fullName || data.username}`} className={ - user?.email + user?.email && user?.githubUsername ? `my-1 flex items-center rounded-xl bg-white/10 px-3 py-2 text-gray-800 backdrop-blur-md cursor-pointer transition-all duration-200 hover:bg-white/20 hover:shadow-md hover:scale-[0.98] active:scale-[0.98] diff --git a/app/components/profile-components/profileCard.tsx b/app/components/profile-components/profileCard.tsx index 6638d9d..86a3cd6 100644 --- a/app/components/profile-components/profileCard.tsx +++ b/app/components/profile-components/profileCard.tsx @@ -446,7 +446,7 @@ const ProfileCard = ({ profile, loading }: ProfileProps) => { - Pending Issues + Claimed Issues