diff --git a/web/apps/photos/src/components/FixCreationTime/footer.tsx b/web/apps/photos/src/components/FixCreationTime/footer.tsx
index 61c6f572d..ad51a18ec 100644
--- a/web/apps/photos/src/components/FixCreationTime/footer.tsx
+++ b/web/apps/photos/src/components/FixCreationTime/footer.tsx
@@ -1,5 +1,5 @@
+import { Button } from "@mui/material";
import { t } from "i18next";
-import { Button } from "react-bootstrap";
import { FIX_STATE } from ".";
export default function FixCreationTimeFooter({
@@ -20,8 +20,8 @@ export default function FixCreationTimeFooter({
{(fixState === FIX_STATE.NOT_STARTED ||
fixState === FIX_STATE.COMPLETED_WITH_ERRORS) && (
)}
{fixState === FIX_STATE.COMPLETED && (
-