-
diff --git a/src/components/SponsorAnalytics.tsx b/src/components/SponsorAnalytics.tsx
index 3be064ed4..9289c62e2 100644
--- a/src/components/SponsorAnalytics.tsx
+++ b/src/components/SponsorAnalytics.tsx
@@ -4,6 +4,8 @@ import { useCallback, useEffect, useState, useMemo } from "react";
import { Heart, Users, DollarSign, RefreshCw, Trophy, Info, ExternalLink } from "lucide-react";
import { ResponsiveContainer, LineChart, Line, YAxis, Tooltip, XAxis } from "recharts";
import { toast } from "sonner";
+import Image from "next/image";
+
interface ActiveSponsor {
login: string;
@@ -361,10 +363,12 @@ function SponsorAvatar({ sponsor, tierType }: { sponsor: ActiveSponsor; tierType
}[tierType];
const content = sponsor.avatarUrl ? (
-
) : (
);
}
diff --git a/src/components/ProfileCard.tsx b/src/components/ProfileCard.tsx
index 6b53f5b0f..52851eb52 100644
--- a/src/components/ProfileCard.tsx
+++ b/src/components/ProfileCard.tsx
@@ -2,6 +2,8 @@
import React from "react";
import Link from "next/link";
import "./ProfileCard.css";
+import Image from "next/image";
+
export type SocialLink = {
href: string;
@@ -35,10 +37,13 @@ export default function ProfileCard({