mirror of
https://github.com/ente-io/ente.git
synced 2025-08-13 17:57:31 +00:00
Theme aware
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { EnteLogo } from "@/base/components/EnteLogo";
|
||||
import { EnteLogo, EnteLogoSVG } from "@/base/components/EnteLogo";
|
||||
import { CenteredFlex, FlexWrapper } from "@ente/shared/components/Container";
|
||||
import { styled } from "@mui/material";
|
||||
import React from "react";
|
||||
@@ -53,7 +53,7 @@ const NavbarBaseNormalFlow = styled("div")(
|
||||
*/
|
||||
export const AppNavbarNormalFlow: React.FC = () => (
|
||||
<NavbarBaseNormalFlow>
|
||||
<EnteLogo />
|
||||
<EnteLogoSVG />
|
||||
</NavbarBaseNormalFlow>
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user