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