File tree Expand file tree Collapse file tree 4 files changed +11478
-3
lines changed Expand file tree Collapse file tree 4 files changed +11478
-3
lines changed Original file line number Diff line number Diff line change 1
1
GENERATE_SOURCEMAP = false
2
- REACT_APP_APP_BASE_URL = " http://www.ryoldash .com/"
3
- REACT_APP_REMOTE_SERVICE_BASE_URL = " http://www.ryoldash .com/"
2
+ REACT_APP_APP_BASE_URL = " http://www.yourwebsite .com/"
3
+ REACT_APP_REMOTE_SERVICE_BASE_URL = " http://www.yourwebsite .com/"
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ import { L } from '../../lib/abpUtility';
8
8
import LanguageSelect from '../LanguageSelect' ;
9
9
import { Link } from 'react-router-dom' ;
10
10
11
+ import profilePicture from '../../images/user.png' ;
12
+
11
13
export interface IHeaderProps {
12
14
collapsed ?: any ;
13
15
toggle ?: any ;
@@ -35,7 +37,7 @@ export class Header extends React.Component<IHeaderProps> {
35
37
< LanguageSelect /> { ' ' }
36
38
< Dropdown overlay = { userDropdownMenu } trigger = { [ 'click' ] } >
37
39
< Badge style = { { } } count = { 3 } >
38
- < Avatar style = { { } } size = { 24 } alt = { 'profile' } src = "https://sametkabay.com/images/smtkby/smtkby240.png" />
40
+ < Avatar style = { { height : 24 , width : 24 } } shape = "circle" alt = { 'profile' } src = { profilePicture } />
39
41
</ Badge >
40
42
</ Dropdown >
41
43
</ Col >
You can’t perform that action at this time.
0 commit comments