File tree 1 file changed +2
-2
lines changed
client/packages/lowcoder/src/pages/userAuth
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import styled from "styled-components";
6
6
import ReactHotkeys from "util/hotkeys" ;
7
7
import { StyledLink } from "pages/common/styledComponent" ;
8
8
import { trans } from "i18n" ;
9
- import { fullAvatarUrl } from "util/urlUtils " ;
9
+ import { favicon } from "assets/images " ;
10
10
11
11
const AuthCardContainer = styled . div `
12
12
display: flex;
@@ -153,7 +153,7 @@ export const AuthContainer = (props: {
153
153
< AuthCard > { props . children } </ AuthCard >
154
154
{ props . subHeading && (
155
155
< AuthCardSubFooter >
156
- < img src = { fullAvatarUrl ( "/src/assets/images/Lowcoder-Logo.svg" ) } alt = { "Lowcoder | " + trans ( "productDesc" ) } width = "20px" />
156
+ < img src = { favicon } alt = { "Lowcoder | " + trans ( "productDesc" ) } width = "20px" />
157
157
< a href = "https://lowcoder.cloud" target = "_blank" rel = "noreferrer" >
158
158
{ props . subHeading }
159
159
</ a >
You can’t perform that action at this time.
0 commit comments