Skip to content

Commit

Permalink
fixed images but the site still seems to be broken
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiritAxolotl committed Feb 6, 2024
1 parent f5900b1 commit e65ec6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/spaxDay2.html
Original file line number Diff line number Diff line change
Expand Up @@ -676,8 +676,8 @@
const imgGiftBox = await this.#image("https://calmbubbles.github.io/zerasGift/img/gift.png");
this.#imgGiftBox = await this.#image("https://calmbubbles.github.io/zerasGift/img/giftBox.png");

this.#gift = await this.#image("/images/fanart/nahua_gigachad.png");
this.#giftBack = await this.#image("/images/fanart/nahua_gigachad_back.png");
this.#gift = await this.#image("/images/art/nahua_gigachad.png");
this.#giftBack = await this.#image("/images/art/nahua_gigachad_back.png");

this.#faces = [
await this.#image("/images/faces/claire/Aghast.png"),
Expand Down

0 comments on commit e65ec6c

Please sign in to comment.