mirror of
https://github.com/ente-io/ente.git
synced 2025-08-07 23:18:10 +00:00
Theme aware
This commit is contained in:
parent
2cdc14aed3
commit
b5fd289ae9
@ -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>
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user