my name is amy
This commit is contained in:
parent
031f84cc60
commit
190117d9ef
4 changed files with 6 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue