Skip to content

Dev -> Main for v2.1.5 #488

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Nov 10, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix branding by ENV 2
  • Loading branch information
FalkWolsky committed Nov 10, 2023
commit 32011a0dce8847ad2928bc92ac4c261b0694a8fb
4 changes: 2 additions & 2 deletions client/packages/lowcoder/src/assets/images/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches
import { ReactComponent as LogoIcon } from "./logo.svg";
import { ReactComponent as LogoWithNameIcon } from "./logo-with-name.svg";
import { ReactComponent as LogoIcon } from "./logo-with-name-home.svg";
import { ReactComponent as LogoWithNameIcon } from "./logo-with-name-home.svg";
import { ReactComponent as LogoHomeIcon } from "./logo-with-name-home.svg";

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