diff --git a/src/components/api.tsx b/src/components/api.tsx index e4621a6..bf54f9a 100644 --- a/src/components/api.tsx +++ b/src/components/api.tsx @@ -72,7 +72,7 @@ export default function Reviews() { export const theImager = async (id: string): Promise => await fetch(`https://discord-info.api.amy.rip/v1/user/${id}`) .then((res) => res.json()) - .then((data) => "https://proxy.spiro.amy.rip/_/plain/" + data.avatar.link) + .then((data) => data.avatar.link) .catch(() => "https://http.cat/status/100"); function SingleReview(props: NeoReview) {