Skip to content

Commit

Permalink
Remove lottie (#2320)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbeno authored Jun 13, 2024
1 parent 1e406aa commit 1875b74
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10,742 deletions.
4 changes: 2 additions & 2 deletions app/maintenance/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { isInMaintenanceMode } from "utils/maintenance/maintenance";

import { withMaintenanceEnabled } from "app/maintenance/features/guard/maintenance-guard";

import MaintenanceAnimation from "src/assets/animations/Maintenance";
import { IMAGES } from "src/assets/img";

import { Button } from "components/ds/button/button";
import { withClientOnly } from "components/layout/client-only/client-only";
Expand All @@ -18,7 +18,7 @@ function MaintenancePage() {
return (
<div className="flex min-h-[calc(90dvh)] flex-col items-center justify-center px-4 text-center">
<div className="w-72 stroke-white">
<MaintenanceAnimation />
<img src={IMAGES.logo.original} alt={"logo"} />
</div>

<div className={"grid justify-items-center gap-8"}>
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"react-hook-form": "^7.40.0",
"react-hotkeys-hook": "^4.4.1",
"react-intersection-observer": "^9.5.3",
"react-lottie": "^1.2.3",
"react-markdown": "^8.0.4",
"react-pdf": "7.7.1",
"react-tooltip": "^5.21.5",
Expand Down Expand Up @@ -110,7 +109,6 @@
"@types/react": "18.2.8",
"@types/react-currency-format": "^1.0.0",
"@types/react-dom": "18.0.8",
"@types/react-lottie": "^1.2.6",
"@types/sinon": "^10.0.14",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.15.0",
Expand Down
19 changes: 0 additions & 19 deletions src/assets/animations/Maintenance.tsx

This file was deleted.

Loading

0 comments on commit 1875b74

Please sign in to comment.