Use regular image

This is the only place we were using next/image
This commit is contained in:
Manav Rathi 2024-04-05 14:05:12 +05:30
parent 356ad6f004
commit 63387d8819
No known key found for this signature in database

View file

@ -13,7 +13,6 @@ import InfoIcon from "@mui/icons-material/Info";
import { Box, Typography } from "@mui/material";
import { t } from "i18next";
import _sodium from "libsodium-wrappers";
import Image from "next/image";
import { useEffect, useState } from "react";
import {
BeginPasskeyAuthenticationResponse,
@ -297,7 +296,7 @@ const PasskeysFlow = () => {
{t("PASSKEY_FOLLOW_THE_STEPS_FROM_YOUR_BROWSER")}
</Typography>
<CenteredFlex marginTop="1rem">
<Image
<img
alt="ente Logo Circular"
height={150}
width={150}