diff --git a/src/img/loading.gif b/src/img/loading.gif index d63d838..cda6661 100644 Binary files a/src/img/loading.gif and b/src/img/loading.gif differ diff --git a/src/img/loadingPride.gif b/src/img/loadingPride.gif new file mode 100644 index 0000000..9d0fc7e Binary files /dev/null and b/src/img/loadingPride.gif differ diff --git a/src/img/loadingSummer.gif b/src/img/loadingSummer.gif new file mode 100644 index 0000000..1c5a12c Binary files /dev/null and b/src/img/loadingSummer.gif differ diff --git a/src/img/loadingXmas.gif b/src/img/loadingXmas.gif new file mode 100644 index 0000000..75e9602 Binary files /dev/null and b/src/img/loadingXmas.gif differ diff --git a/src/lib/utils.ts b/src/lib/utils.ts index 4a68cfb..f50ed9e 100644 --- a/src/lib/utils.ts +++ b/src/lib/utils.ts @@ -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) {