mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
Changing assets with new DA.
This commit is contained in:
@@ -16,8 +16,8 @@ export const AuthLogoSection = () => {
|
||||
|
||||
const imageTheme =
|
||||
resolvedTheme === "dark"
|
||||
? "/images/logo-white.png"
|
||||
: "/images/logo-black.png";
|
||||
? "/images/logo-dark.png"
|
||||
: "/images/logo-light.png";
|
||||
|
||||
const handleLoad = () => setLoaded(true);
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ export const SidebarLogo = ({ projectName }: { projectName: string }) => {
|
||||
);
|
||||
|
||||
const imageTheme =
|
||||
resolvedTheme === "dark" ? "/images/logo-white.png" : "/images/logo-black.png";
|
||||
resolvedTheme === "dark" ? "/images/logo-dark.png" : "/images/logo-light.png";
|
||||
|
||||
const handleLoad = () => setLoaded(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user