fixed
This commit is contained in:
parent
2db37cc83e
commit
877cc66de4
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
<link
|
||||
rel="icon"
|
||||
type="image/svg+xml"
|
||||
href="https://files.amy.rip/pfp.jpg"
|
||||
href="https://dp.nea.moe/avatar/603229858612510720.png"
|
||||
/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Amy</title>
|
||||
|
|
|
@ -17,7 +17,7 @@ export function Bdpfp({
|
|||
<div class="birthdayparent">
|
||||
<img
|
||||
class="birthdaypfp birthday"
|
||||
src="https://files.amy.rip/pfp.jpg"
|
||||
src="https://dp.nea.moe/avatar/603229858612510720.png"
|
||||
alt="amy's current discord pfp, with a birthday hat on it"
|
||||
/>
|
||||
<img class="birthdayhat birthday" src="./birthday.png" alt="" />
|
||||
|
@ -42,7 +42,7 @@ export function Normalpfp({
|
|||
>
|
||||
<img
|
||||
class="initialanim"
|
||||
src="https://files.amy.rip/pfp.jpg"
|
||||
src="https://dp.nea.moe/avatar/603229858612510720.png"
|
||||
alt="amy's current discord pfp"
|
||||
onMouseEnter={(e) => {
|
||||
(e.target as HTMLImageElement).animate(
|
||||
|
|
Loading…
Reference in a new issue