diff --git a/review/index.html b/review/index.html
index 2541ba2..4d4842b 100644
--- a/review/index.html
+++ b/review/index.html
@@ -3,12 +3,12 @@
-
+
amy reviews
-
+
diff --git a/src/App.tsx b/src/App.tsx
index 89fa3ba..8af72b6 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -93,7 +93,7 @@ function App() {
animate: isAnimating(),
gaybackground: isAnimating(),
}}
- src="https://proxy.spiro.exhq.dev/_/plain/https://git.amy.rip/assets/img/logo.png"
+ src="https://git.amy.rip/assets/img/logo.png"
alt="logo of git.amy.rip"
/>
) as HTMLImageElement;
diff --git a/src/components/api.tsx b/src/components/api.tsx
index 6ea087a..e4621a6 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.exhq.dev/_/plain/" + data.avatar.link)
+ .then((data) => "https://proxy.spiro.amy.rip/_/plain/" + data.avatar.link)
.catch(() => "https://http.cat/status/100");
function SingleReview(props: NeoReview) {
diff --git a/src/components/music.tsx b/src/components/music.tsx
index ea99039..933174c 100644
--- a/src/components/music.tsx
+++ b/src/components/music.tsx
@@ -28,8 +28,8 @@ export function MusicEntry(props: {musicInfo:Song}) {
+ src={"https://proxy.spiro.amy.rip/_/plain/" + props.musicInfo.thumbnailUrl}
+ alt={"album cover of " + props.musicInfo.title}/>
{
shortenName(props.musicInfo.artist)