Skip to content

Commit

Permalink
Update loading images
Browse files Browse the repository at this point in the history
  • Loading branch information
Steeven9 committed Jan 7, 2025
1 parent 4b2d259 commit 05b8be7
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
Binary file modified src/img/loading.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/loadingPride.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/loadingSummer.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/loadingXmas.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 4 additions & 6 deletions src/lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ import icon from "@/img/icon.png";
import iconPride from "@/img/iconPride.png";
import iconSummer from "@/img/iconSummer.png";
import iconXmas from "@/img/iconXmas.png";
import {
default as loading,
default as loadingPride,
default as loadingSummer,
default as loadingXmas,
} from "@/img/loading.gif";
import loading from "@/img/loading.gif";
import loadingPride from "@/img/loadingPride.gif";
import loadingSummer from "@/img/loadingSummer.gif";
import loadingXmas from "@/img/loadingXmas.gif";
import Swal, { SweetAlertOptions } from "sweetalert2";

export async function showAlert(options: SweetAlertOptions) {
Expand Down

0 comments on commit 05b8be7

Please sign in to comment.