Skip to content

Commit 32011a0

Browse files
author
FalkWolsky
committed
fix branding by ENV 2
1 parent 0350a5f commit 32011a0

File tree

1 file changed

+2
-2
lines changed
  • client/packages/lowcoder/src/assets/images

1 file changed

+2
-2
lines changed

client/packages/lowcoder/src/assets/images/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches
2-
import { ReactComponent as LogoIcon } from "./logo.svg";
3-
import { ReactComponent as LogoWithNameIcon } from "./logo-with-name.svg";
2+
import { ReactComponent as LogoIcon } from "./logo-with-name-home.svg";
3+
import { ReactComponent as LogoWithNameIcon } from "./logo-with-name-home.svg";
44
import { ReactComponent as LogoHomeIcon } from "./logo-with-name-home.svg";
55

66
export { default as favicon } from "./favicon.ico";

0 commit comments

Comments
 (0)