1
0
Fork 0

my name is amy

This commit is contained in:
amy 2025-04-21 02:16:04 +03:30
parent 031f84cc60
commit 190117d9ef
No known key found for this signature in database
4 changed files with 6 additions and 6 deletions

View file

@ -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;

View file

@ -72,7 +72,7 @@ export default function Reviews() {
export const theImager = async (id: string): Promise<string> =>
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) {

View file

@ -28,8 +28,8 @@ export function MusicEntry(props: {musicInfo:Song}) {
<img style={{
"margin-right": "0.5em"
}}
src={"https://proxy.spiro.exhq.dev/_/plain/" + props.musicInfo.thumbnailUrl}
alt={"album cover of" + props.musicInfo.title}/>
src={"https://proxy.spiro.amy.rip/_/plain/" + props.musicInfo.thumbnailUrl}
alt={"album cover of " + props.musicInfo.title}/>
<div class="innersinglemusic">
<div class="musicartist"> {
shortenName(props.musicInfo.artist)