Fix imports
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { sessionExpiredDialogAttributes } from "@/accounts/components/utils/dialog";
|
||||
import { stashRedirect } from "@/accounts/services/redirect";
|
||||
import { EnteLogo } from "@/base/components/EnteLogo";
|
||||
import { EnteLogoSVG } from "@/base/components/EnteLogo";
|
||||
import { LoadingIndicator } from "@/base/components/loaders";
|
||||
import { FocusVisibleButton } from "@/base/components/mui/FocusVisibleButton";
|
||||
import { NavbarBase } from "@/base/components/Navbar";
|
||||
@@ -135,7 +135,7 @@ const AuthNavbar: React.FC = () => {
|
||||
return (
|
||||
<NavbarBase>
|
||||
<Stack direction="row" sx={{ flex: 1, justifyContent: "center" }}>
|
||||
<EnteLogo />
|
||||
<EnteLogoSVG />
|
||||
</Stack>
|
||||
<Stack direction="row" sx={{ position: "absolute", right: "24px" }}>
|
||||
<OverflowMenu ariaID="auth-options">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { EnteLogo } from "@/base/components/EnteLogo";
|
||||
import { EnteLogoSVG } from "@/base/components/EnteLogo";
|
||||
import { decryptMetadataJSON_New } from "@/base/crypto";
|
||||
import { Box, Button, Stack, Typography, useTheme } from "@mui/material";
|
||||
import React, { useEffect, useMemo, useState } from "react";
|
||||
@@ -119,7 +119,7 @@ const Page: React.FC = () => {
|
||||
padding: "20px",
|
||||
}}
|
||||
>
|
||||
<EnteLogo />
|
||||
<EnteLogoSVG />
|
||||
|
||||
<Box sx={{ width: "min(100%, 300px)" }}>
|
||||
{error && (
|
||||
|
||||
Reference in New Issue
Block a user